TabSheet.removeCellControlByIndex

Syntax

removeCellControlByIndex(index: Number);

Parameters

index. Control index.

Description

The removeCellControlByIndex method removes a control from a table cell by control index.

Comments

The user can get index of a control using the TabSheet.getCellControlIndex method.

This method returns True if a control is removed successfully, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheet.addCellControl method.

Seebsp;also:

TabSheet