BBjGrid::setRowEditable
Description
In BBj 5.00 and higher, this method sets whether a row is editable in the BBjGrid.
Syntax
Return Value |
Method |
void |
setRowEditable(int row, boolean editable) |
Parameters
Variable |
Description |
row |
Specifies the zero-based row. |
editable |
Specifies whether the row is editable. 0 = Not editable 1 = Editable |
Return Value
None.
Remarks
By default, rows are not editable. The overall editability of the grid takes precedence. If the grid is set to non-editable, this method has no effect.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.