TabSheet.getIsEditing

Syntax

getIsEditing();

Description

The getIsEditing method gets if the table cell is currently being edited.

Comments

This method returns a Boolean value.

If this method returns True, the table cell is currently being edited, otherwise it is not.

Example

The example of use is given on the page with description of the TabSheet.CellValue property.

Seebsp;also:

TabSheet