Home > Language Reference > Classes
Object Class
+ Object
Description
The Object class is the root of the class hierarchy. All other classes, whether predefined or declared by the programmer, derive directly or indirectly from this class. The methods and events of this class are accessible in all instances of all objects existing in your application.
For more information about objects, you can refer to the following sections of this documentation:
Members
| Members | Description |
| ClassID | Returns the type identifier corresponding to the actual class of the object. |
| Implements | Determines whether the object implements the features of a given class. |
| Iterate | Event raised to iterate over the elements of a container object. |
| Recipient | Recipient of events sent by the object. |
| Serialize | Event raised to serialize the object content into a stream. |
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |