Performs an insert operation for a column or a row at the specified position.
Source position: grids.pas line 1046
protected procedure TCustomGrid.DoOPInsertColRow( |
IsColumn: Boolean; |
index: Integer |
); |
IsColumn |
|
True if Index refers to a column instead of a row. |
index |
|
Position where the column or row is inserted in the method. |
| Version 4.4 | Generated 2025-11-08 | Home |