Objects

Top  Previous  Next

Objects represent the various components of your platform. For example, a platform with a serial port will have a ser. object.

Under Tibbo BASIC, the set of object you get for each platform is fixed. You cannot add new objects or create multiple instances of the same object.

Objects have properties, methods and events. A property can be likened to an attribute of an object, and a method is an action that the object can perform. Events are described in the next section.

Objects are covered in further detail under Objects, Events and Platform Functions.