TabSheetExpander.expand

Syntax

expand(noEvent: Boolean);

Parameters

noEvent. Indicates that the event of cell group expanding will not be fired. If the parameter is True, the event is not fired, otherwise it is fired.

Description

The expand method expands a group of table cells.

Comments

Indicates that the event of cell group collapsing will not be fired. If the parameter is True, the event is not fired, otherwise it is fired.

Example

The example of method use is given on the TabSheetExpander Constructor page.

Seebsp;also:

TabSheetExpander