[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if non-fixed cells in the specified row are empty.
Source position: grids.pas line 1117
protected function TCustomGrid.IsEmptyRow( |
ARow: Integer |
):Boolean; |
ARow |
|
Row number to examine in the method. |
True when all non-fixed cells in the specified row contain empty strings ('').
|
Gets the cell content at the specified column and row numbers. |
|
|
The number of fixed columns in the grid. |
|
|
Number of columns in the grid. |
lazarus-ccr.sourceforge.net |