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

TCustomDrawGrid.NotifyColRowChange

NotifyColRowChange tells the system that a column or row has been changed (determined by IsColumn) and whether this was an Insert

Declaration

Source position: grids.pas line 1224

protected procedure TCustomDrawGrid.NotifyColRowChange(

  WasInsert: Boolean;

  IsColumn: Boolean;

  FromIndex: Integer;

  ToIndex: Integer

);