SelectEditorText: Boolean
The SelectEditorText property indicates whether edited text should be selected.
This property is relevant if the TreeList.EnableEdit property is set to true.
Double click desired cell to switch to edit mode. 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:
The example of property use is given in the page Example of Creating the TreeList Component.
See also: