JVCL Help:TJvSegmentedLEDCharacterMapper.SaveToStream
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSegmentedLEDCharacterMapper.SaveToStream Method
[+] TJvSegmentedLEDCharacterMapper Methods
[+] TJvSegmentedLEDCharacterMapper Properties
Search in JVCL Help
Search in all projectsSummary
Writes the mapping table to a stream.
Pascal
procedureSaveToStream(Stream: TStream); dynamic;
Parameters
Parameters | Description |
Stream: TStream | Stream to which to write the mapping table. After writing the stream's position is updated to point to the first byte following the mapping. |
Description
SaveToStream will write the mapping table to the specified stream. The mapping table will be stored at the current position of the stream and will only contain data for the actual mapped characters.
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