TreeList.EnableEdit

Syntax

EnableEdit: Boolean

Description

The EnableEdit property determines whether values in table cells can be edited.

Comments

If the property is set to True, table cells can be edited. By default this property is set to False.

To switch to the edit mode, click the cell twice. A small time interval must pass between the first and the second click. A cell in edit mode looks like follows:

Use the TreeList.SelectEditorText property to set if the text in edit mode can be selected.

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList