BBjTree::setNodeText
Description
Sets the text of a node in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
void |
setNodeText(int ID, String text) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node. |
|
text |
Specifies the text for the label. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.