Link Search Menu Expand Document

STreeItem.EditLabel Method

Explanation Start editing the title of the item.
If the Active property of the STree object to which it belongs is $FALSE or the Editable property is $FALSE, nothing is done.
Call format item.EditLabel()
Return value None
Arguments None
Exception EXT-12 Invalid accessor
EXT-22 This operation cannot be performed on RootItem
Example of use
    STree1.RootItem.Child.EditLabel();
    
Related item