BBjListEdit::isEditable
Description
In BBj 4.0 and higher, returns whether the selected item can be changed in the BBjListEdit.
Syntax
Return Value |
Method |
boolean |
isEditable() |
Parameters
None.
Return Value
Returns whether the BBjListEdit is editable (0 = Non-editable, 1 = Editable).
Remarks
By default, a BBjListEdit is editable; the developer can change the selected item.
Example
REM Determine if a list edit control is editable |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.