
BBjTree::setTreeEditable
Description
Specifies whether nodes in the BBjTree control are editable.
Syntax
Return Value |
Method |
void |
setTreeEditable(boolean editable) |
Parameters
Variable |
Description |
editable |
Specifies whether a tree is editable. 0 = Not Editable 1 = Editable |
Return Value
None.
Remarks
Tree nodes are not editable by default. If this method is used to set tree nodes to be editable generally, then node descriptions can be changed by using a triple-click or a click-hold-click on editable nodes to go into edit mode.
Example
REM Set the nodes in a tree control to be editable |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.