Home > Language Reference > Classes > ItemInfo

RecordNum Property

Record number.

Syntax

Public Property Get RecordNum() As Long
Public Property Let RecordNum(ByVal
lRecordNum As Long)

ParameterDescription
lRecordNumRecord 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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A