Description
-
Removes color attributes from received content.
Property type
-
A Boolean value.
Syntax
-
object.StripColors [= value]
The StripColors Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| value |
A Boolean value. |
Remarks
-
This property is only available in OCX (GUI)
version of the component.
This property will remove color
attributes from received content before it's displayed in
wodTelnetDLX'es GUI. This means that when you define Font color and
BackColor, your values will not be overridden with server's values.
Unlike StripANSI which removes all ANSI sequences, StripColors still
receives all ANSI sequences, it just ignores them when they are to
be displayed in the GUI.
|