[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 1156

protected procedure TCustomDrawGrid.NotifyColRowChange(

  WasInsert: Boolean;

  IsColumn: Boolean;

  FromIndex: Integer;

  ToIndex: Integer

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.