procedure SetDefCharAttrs(const aValue : TApxTerminalCharAttrs);
TApxTerminalCharAttr = (tcaBold, tcaUnderline, tcaStrikethrough,
tcaBlink, tcaReverse, tcaInvisible);
TApxTerminalCharAttrs = set of TApxTerminalCharAttr;
Sets 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 set by SetDefCharAttrs.
See also: GetDefCharAttrs, Reset, SetCharAttrs