BBjTree::isEditable
Description
In BBj 4.0 and higher, this method returns whether nodes in the BBjTree can be selected.
Syntax
Return Value |
Method |
---|---|
boolean |
isEditable() |
Parameters
None.
Return Value
Returns whether the tree is editable (0 = Not Editable, 1 = Editable).
Remarks
The tree control is editable by default.
Example
REM Determine if the tree control is editable. |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.