BBjTree::editNode
Description
Begins edit mode on a node in the BBjTree control.
Syntax
Return Value |
Method |
void |
editNode(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to edit. |
Return Value
None.
Remarks
Only one node can be edited at a time, and the node and tree must be editable.
The text cursor will appear and editing can begin.
Example
REM Edit a node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.