Columns (Read Only) |
Top Previous Next |
Indicates the number of columns in the presentation space.
Visual Basic Syntax
[Integer =] Screen.Columns
Delphi Syntax
[Integer :=] Screen.Columns;
Remarks
This property returns an integer representing the number of columns on the current host screen.
|