Show contents 

Tab > Tab Assembly Interfaces > ITabSheet > ITabSheet.Table

ITabSheet.Table

Syntax

Table: ITabRange;

Description

The Table property returns an object, containing the whole table.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Var
    Count: Integer;
Begin
    Count := UiTabSheet1.TabSheet.Table.Count;
End Sub Button1OnClick;

As a result the variable «Count» will contain the number of table cells.

See also:

ITabSheet