Color Property (Read Only) |
Top Previous Next |
Returns an integer that represents the default color corresponding to the standard or extended field attribute.
Visual Basic Syntax
[Integer =] TNBXField.Color
Delphi Syntax
[Integer :=] TNBXField.Color;
Remarks
This property returns an integer value and it's a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
|