You are here: Symbol Reference > FileSignal Namespace > Classes > TSignalWrite Class > public > TSignalWrite.InitRecord Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalWrite.InitRecord Method

Initialize a new record.

Pascal
procedure InitRecord;

When writing multi-record files, call InitRecord each time you want to start a new a record. For each InitRecord a call to CloseRecord is made first. InitRecord and CloseFile will also call CloseRecord. InitRecord does not write data to the file. Instead it allocates space for the record header. When a call to SaveBlock is made, InitRecord will be called automatically, if the record has not yet been initialized.

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