[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deletes the column at the specified position on the grid control.
Source position: grids.pas line 1454
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. |
Version 4.0 | Generated 2025-05-03 | Home |