TabSheetCell.setEnabled

Syntax

setEnabled(value: Boolean);

Parameters

value. Indicates if a model cell is available. If the parameter is set to True, the model cell is available, otherwise it is not.

Description

The setEnabled method controls availability of a table model cell.

Example

The example of property use is given on the page with description of the TabSheetCell.IsDefault method.

Seebsp;also:

TabSheetCell