BBjTree::setNodeText
Description
Sets the text of a node in the BBjTree control.
Syntax
Return Value |
Method |
void |
setNodeText(int ID, string text) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to set text for. |
text |
Specifies the text for the label. |
Return Value
None.
Remarks
None.
Example
REM Set the text of a node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.