__declspec(property(get = GetRecordNumber, put = SetRecordNumber)) int RecordNumber;
Set RecordNumber to move the read cursor within the file to the record with RecordNumber number.
Read:
int GetRecordNumber();Write:
void SetRecordNumber(const int Value);Remarks:
Read RecordNumber property to determine the current record number. RecordPosition will not change. First record has a number 0.
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler