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