BBjListEdit::isEditable
Description
In BBj 4.00 and higher, returns whether the selected item can be changed in the BBjListEdit.
Syntax
Return Value | Method |
---|---|
boolean | isEditable() |
Parameters
None.
Return Value
Returns true (1) if BBjListEdit is editable or returns false (0) if BBListEdit is non-editable.
Remarks
By default, a BBjListEdit is editable; the developer can change the selected item with setEditable.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.