Removes a column or a row in the grid.
Source position: grids.pas line 423
protected procedure TVirtualGrid.DeleteColRow( |
IsColumn: Boolean; |
index: Integer |
); |
IsColumn |
|
True if a column is affected in the method. False if a row is affected. |
index |
|
Ordinal position for the column or row deleted in the method. |
| Version 4.4 | Generated 2025-11-08 | Home |