KeyOrderRecordCollection Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of the KeyOrderRecordCollection class with the specified parameters.
public KeyOrderRecordCollection(
RealTimeTable forTable,
RealTimeField keyField,
int recordNumber
)
public:
KeyOrderRecordCollection(
RealTimeTable^ forTable,
RealTimeField^ keyField,
int recordNumber
)
Parameters
- forTable
- The table to iterate over.
- keyField
- The key field to follow.
- recordNumber
- The record number from which the collection starts.