[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |