You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalWrite Class > TSignalWrite Methods > TSignalWrite.InitRecord Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalWrite.InitRecord Method

Initialize a new record.

Syntax
C#
Visual Basic
public void 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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!