BBjTree::getSelectedNode
Description
Returns the ID of the currently selected node in the BBjTree control.
Syntax
Return Value |
Method |
int |
getSelectedNode() |
Parameters
None.
Return Value
Returns the ID of the currently selected node. If more than one node is selected, this method will return the first node selected. If no node is selected, this method will return –1.
Remarks
None.
Example
REM Get the selected node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.