type TFraming = ( frSingleRecord, frAcrossAllRecords );
Defines how to browse a multi-record file.
Defines how the TSignalRead component should browse a multi-record file.
Values
| Name | Description |
|---|---|
| frAcrossAllRecords | Calling NextFrame method will return the frame from the next record and at the same record position. |
| frSingleRecord | Calling NextFrame method will return the next frame from the current record. |