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