[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deletes the row at the specified position.
Source position: grids.pas line 1427
public procedure TCustomDrawGrid.DeleteRow( |
Index: Integer |
); virtual; |
Index |
|
Position for the row removed in the method. |
Calls DeleteColRow to delete the row number specified in Index.
|
Deletes a column or a row at the specified position. |
lazarus-ccr.sourceforge.net |