[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Inserts a column or a row at the specified position.
Source position: grids.pas line 1457
public procedure TCustomDrawGrid.InsertColRow( |
IsColumn: Boolean; |
index: Integer |
); |
IsColumn |
|
True when a column should be inserted in the method. |
index |
|
Position where the column or row is inserted in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |