ITabSheet.ColumnsCount

Syntax

ColumnsCount: Integer;

Description

The ColumnsCount property determines the number of table columns.

Comments

When the number of columns is limited, the scroll bars are not displayed if the whole table fits into the screen.

Valid value of the property lies within the range [1;65535]. The maximum number of columns in the table is 1048575.

Example

The property use is given in the example for ITabSheet.Columns.

See also:

ITabSheet