void SaveDataToFile(String aFileName)
Saves the data connected to the input property to the file with FileName.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aFileName | String |
Result: stored in self (calling object)
Remarks:
This method cals: SaveFile, InitRecord, SaveBlock, CloseRecord, CloseFile.
Use this method when the data is not streamed.