JVCL Help:TJvSegmentedLEDCharacterMapper.SaveToFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSegmentedLEDCharacterMapper.SaveToFile Method
[+] TJvSegmentedLEDCharacterMapper Methods
[+] TJvSegmentedLEDCharacterMapper Properties
Search in JVCL Help
Search in all projectsSummary
Saves the mapping table to a file.
Pascal
procedureSaveToFile(constFileName: string);
Parameters
Parameters | Description |
const FileName: string | File name of the file in which the mapping table is to be stored. |
Description
SaveToFile will save the mapping table to the specified file.
SaveToFile internally creates a TFileStream and calls SaveToStream on that stream.
See Also
TJvSegmentedLEDCharacterMapper.LoadFromFile, TJvSegmentedLEDCharacterMapper.SaveToStream
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page