JVCL Help:TSegCharMapHeader
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TSegCharMapHeader type
[+] JvSegmentedLEDDisplay.pas Records
[+] TSegCharMapHeader Fields
Search in JVCL Help
Search in all projectsSummary
Header type used for streaming of a character mapping.
Pascal
run\JvSegmentedLEDDisplay.pas
TSegCharMapHeader = record
ID: array[0..11] ofAnsiChar;
MappedChars: TCharSet;
Flags: Longint;
end;
Members
Members | Description |
ID: array[0..11] of AnsiChar; | Each mapper class will define it's own ID string. |
MappedChars: TCharSet; | Characters that are not present in this set are not stored at all. |
Flags: Longint; | Bits 0 through 15 represent the size in bytes stored for each character. If bit 16 is set to 1 the '.' and ',' should be remapped to the actual DecimalSeparator and ThousandSeparator respectively upon reading. |
Description
The TSegCharMapHeader type represents the header stored in the stream before the mapping table of a segmented LED display mapper.
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