TSignalRead::Framing Property

__declspec(property(get = GetFraming, put = SetFraming)) TFraming Framing;

Defines the method to traverse a multi-record the file.

Read: TFraming GetFraming();
Write: void SetFraming(const TFraming Value);
Remarks:

With each consecutive call to NextFrame, you can either move along the same record (increasing RecordPosition) or across all the records (increasing RecordNumber).

Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler