TSignalWrite.CloseRecord Method

procedure CloseRecord;

Call the CloseRecord once the record has been written.

Result: stored in self (calling object)

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.