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

protected procedure TCustomDrawGrid.NotifyColRowChange(

  WasInsert: Boolean;

  IsColumn: Boolean;

  FromIndex: Integer;

  ToIndex: Integer

);

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads