TApxTerminalBuffer.GetDefCharAttrs

TApxTerminalBuffer

procedure GetDefCharAttrs(var aValue : TApxTerminalCharAttrs);
TApxTerminalCharAttr = (tcaBold, tcaUnderline, tcaStrikethrough,
  tcaBlink, tcaReverse, tcaInvisible);
TApxTerminalCharAttrs = set of TApxTerminalCharAttr;

Returns the default set of display attributes.

The display attributes define the style of new text. The attributes are bold, underlined, strikethrough, blink, reverse image (i.e., the text displayed in BackColor, the background in ForeColor), and invisible. If Reset is called, the current display attributes are set to the value returned by GetDefCharAttrs.

See also: GetCharAttrs, Reset, SetDefCharAttrs