Language Reference Guide : 4. System Classes : TreeviewField Class : EditLabel Method
 
Share this page                  
EditLabel Method
The EditLabel method puts the specified node in edit mode. The TreeviewField's AllowLabelEdit attribute must be TRUE. The method returns TRUE or FALSE.
This method has the following syntax:
rc = TreeviewField.EditLabel([node = TreeNode])
This method has the following parameter:
node
(Optional) Describes the node to be edited. If NULL, the currently selected node is the node to be edited.