ITreeListNode.EditText

Syntax

EditText: Boolean;

Description

The EditText method activates to the edit mode of the current element and indicates whether the edit mode was successfully enabled.

Comments

The method returns True, if the edit mode was successfully enabled. Edit mode can be enabled, if the ReadOnly property is set to False.

See also:

ITreeListNode