[Overview][Constants][Types][Classes][Procedures and functions][Index] |
NotifyColRowChange tells the system that a column or row has been changed (determined by IsColumn) and whether this was an Insert
Source position: grids.pas line 1256
protected procedure TCustomDrawGrid.NotifyColRowChange( |
WasInsert: Boolean; |
IsColumn: Boolean; |
FromIndex: Integer; |
ToIndex: Integer |
); |