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

TCustomGrid.DoOPInsertColRow

Performs an insert operation for a column or a row at the specified position.

Declaration

Source position: grids.pas line 1046

protected procedure TCustomGrid.DoOPInsertColRow(

  IsColumn: Boolean;

  index: Integer

);

Arguments

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