TSignalWrite::SaveDataToFile Method

void SaveDataToFile(const DewString &aFileName);

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

#NameTypeDescription
1aFileNameconst DewString &
Remarks:

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

Use this method when the data is not streamed.

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