TSignalWrite.SaveDataToFile Method

procedure SaveDataToFile(const aFileName: string);

Saves the data connected to the input property to the file with FileName.

#NameTypeDescription
1aFileNamestring

Result: stored in self (calling object)

Remarks:

This method cals: SaveFile, InitRecord, SaveBlock, CloseRecord, CloseFile.

Use this method when the data is not streamed.