Home > Language Reference > Classes > ItemInfo
RecordNum Property
Record number.
Syntax
Public Property Get RecordNum() As Long
Public Property Let RecordNum(ByVal lRecordNum As Long)
| Parameter | Description |
| lRecordNum | Record number. |
Remarks
The RecordNum property stores the index of the record to identify. Despite the fact this property is a Long type, Palm OS® only accepts values between 0 and 65535. Any attempt to use a value outside this range will cause a runtime error.
The documentation for the FindItem event of the Application object gives an example using this property.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |