You are here: Symbol Reference > FileSignal Namespace > Structs, Records, Enums > FileSignal.TFraming Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
FileSignal.TFraming Enumeration

Defines how to browse a multi-record file.

Pascal
TFraming = (
  frSingleRecord,
  frAcrossAllRecords
);
Members 
Description 
frSingleRecord 
Calling NextFrame method will return the next frame from the current record. 
frAcrossAllRecords 
Calling NextFrame method will return the frame from the next record and at the same record position. 

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!