property CharSetMapping : TApxCharSetMapping
Returns the character set mapping object for the emulator.
The CharSetMapping property is the data structure that holds the various character-set-to- font-glyph mappings for the emulator. The emulator will attempt to map a character in a particular character set to a glyph in a font before displaying that character in the terminal component's window.
The emulator creates a character set mapping object in its Create constructor and frees it in the Destroy destructor. It is not possible to replace the character set mapping object in between those two times. However, it is possible to replace the set of mappings for the character set mapping object by calling its LoadFromFile or LoadFromRes methods. This will have the effect of changing the functionality of the emulator.
Note that some emulators will not have a character set mapping object; reading CharSetMapping will return nil. This is because the emulation concerned—for example, the TTY emulator—does not require any character set mapping services.