BBjGrid::isRowEditable
Description
In BBj 5.00 and higher, this method returns whether a row is editable in the BBjGrid.
Syntax
Return Value |
Method |
boolean |
isRowEditable(int row) |
Parameters
Variable |
Description |
row |
Specifies the zero-based row. |
Return Value
Returns whether a row is editable in the grid (0 = Not editable, 1 = Editable).
Remarks
By default, rows are not editable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.