JVCL Help:TJvSegmentedLEDCharacterMapper.LoadFromFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSegmentedLEDCharacterMapper.LoadFromFile Method
[+] TJvSegmentedLEDCharacterMapper Methods
[+] TJvSegmentedLEDCharacterMapper Properties
Search in JVCL Help
Search in all projectsSummary
Loads a character mapping from a file.
Pascal
procedureLoadFromFile(constFileName: string);
Parameters
Parameters | Description |
const FileName: string | File name of the mapping to load. |
Description
LoadFromFile will read a character mapping from the specified file and applies that to the mapping table.
LoadFromFile internally creates a TFileStream and calls LoadFromStream on that stream.
See Also
TJvSegmentedLEDCharacterMapper.LoadFromStream, TJvSegmentedLEDCharacterMapper.SaveToFile
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