TApxTerminalEmulator.Buffer

TApxTerminalEmulator

property Buffer : TApxTerminalBuffer

Returns the terminal buffer.

The Buffer property is the data structure that holds the elements that make up the visual representation of the terminal. These elements are the text characters, the foreground and background colors, the attributes of the text (underlined, blinking, and so on), and the character set ids for the characters.

The emulator creates a buffer object in its Create constructor and frees it in the Destroy destructor. It is not possible to replace the buffer object in between those two times.