TreeList.SelectEditorText

Syntax

SelectEditorText: Boolean

Description

The SelectEditorText property indicates whether edited text should be selected.

Comments

This property is relevant if the TreeList.EnableEdit property is set to true.

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

If the property is set to True, on switching to edit mode the text is selected:

If this property is set to false (default), the text is not selected in edit mode:

Example

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

See also:

TreeList