[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TVirtualGrid.InsertColRow

Inserts either a column or a row at the specified index position.

Declaration

Source position: grids.pas line 426

protected procedure TVirtualGrid.InsertColRow(

  IsColumn: Boolean;

  Index: Integer

);

Arguments

IsColumn

  

True to insert a column at the given position, False for a row.

Index

  

Position where the column or row is inserted.


Version 4.0 Generated 2025-05-03 Home