Reverse Property (Read Only) |
Top Previous Next |
Returns true if the field should be shown in reverse video and false if the field should be shown in normal video.
Visual Basic Syntax
[Boolean =] TNBXField.Reverse
Delphi Syntax
[Boolean :=] TNBXField.Reverse;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
|