JVCL Help:TSegCharMapHeader

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Header type used for streaming of a character mapping.

run\JvSegmentedLEDDisplay.pas


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.

run\JvSegmentedLEDDisplay.pas


Description

The TSegCharMapHeader type represents the header stored in the stream before the mapping table of a segmented LED display mapper.

run\JvSegmentedLEDDisplay.pas


About

Navigation

run\JvSegmentedLEDDisplay.pas



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