void SaveDataToFile(const DewString &aFileName);
Saves the data connected to the input property to the file with FileName.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aFileName | const 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