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

TCustomGrid.ColRowInserted

Performs a notification when column or row data is inserted in the grid.

Declaration

Source position: grids.pas line 980

protected procedure TCustomGrid.ColRowInserted(

  IsColumn: Boolean;

  index: Integer

); virtual;