TSignalWrite.SaveDataToFile Method

void SaveDataToFile(String aFileName)

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.