Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home