Cols Property (Read Only) |
Top Previous Next |
Return the total number of columns of the current terminal type.
Visual Basic Syntax
[Integer =] TNBnnnnX.Cols
Delphi Syntax
[Integer :=] TNBnnnnX.Cols;
Remarks
The Cols property may return 80 or 132 values depending on the terminal type chosen.
See also Rows and TerminalType properties. |