Home > Language Reference > Classes
ItemInfo Class
+ Object
+ ItemInfo
Description
The ItemInfo class encapsulates the necessary information to uniquely reference a record in a database. This class is instantiable, derivable and cloneable.
This object is used by the ExgReceive and GotoItem events of the Application object as well as the global FindMatch method. Refer to the relevant pages for further information.
The RecordNum property stores a record number whilst the Custom property stores any additional information required by your program.
Members
| Members | Description |
| Custom | Additional information about a record. |
| RecordNum | Record number. |
| Inherited from Object | 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 |