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

Call the CloseRecord once the record has been written.

Syntax
C#
Visual Basic
public void CloseRecord();

Usually this method is used in the sequence: InitRecord, SaveBlock,..., SaveBlock, CloseRecord. InitRecord, SaveBlock,...., SaveBlock,.... You do not have to call it after a call to InitRecord: InitRecord, SaveBlock,..., SaveBlock, InitRecord, SaveBlock,.... If InitRecord is called and the record is open, CloseRecord is called automatically.

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