__declspec(property(get = GetNumberOfRecords, put = SetNumberOfRecords)) int NumberOfRecords;
Read only. Returns the number of records contained in the current file.
Read:
int GetNumberOfRecords();Write:
void SetNumberOfRecords(const int Value);Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler