TFraming Enumeration

type TFraming = ( frSingleRecord, frAcrossAllRecords );

Defines how to browse a multi-record file.

Defines how the TSignalRead component should browse a multi-record file.

Values

NameDescription
frAcrossAllRecordsCalling NextFrame method will return the frame from the next record and at the same record position.
frSingleRecordCalling NextFrame method will return the next frame from the current record.