TApxTerminalBuffer.CharSet

TApxTerminalBuffer

property CharSet : Byte 

Default: 0

Defines the character set from which characters are drawn.

The Charset property determines the character set from which a character will be drawn. Once a new character set is applied, all characters written to the display should be displayed with glyphs from this character set.

The terminal buffer class imposes no structure or valid values to a character set. It is up to the terminal emulator component to impose meaning to the different character set values (e.g., by assuming the value 0 means "default character set").

See also: DefCharset