TSignalWrite::CloseRecord Method

void CloseRecord();

Call the CloseRecord once the record has been written.

Remarks:

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.

Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler