ITreeListNode.EditText

Syntax

EditText: Boolean;

Description

The EditText method turns the current element into the edit mode and returns whether the edit mode was successfully enabled.

Comments

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

See also:

ITreeListNode