Performs actions needed when the number or columns or rows has been changed.
Source position: grids.pas line 1173
protected procedure TCustomGrid.SizeChanged( |
OldColCount: Integer; |
OldRowCount: Integer |
); virtual; |
OldColCount |
|
Previous number of columns. |
OldRowCount |
|
Previous number of rows. |
SizeChanged has an empty implementation in TCustomGrid. It is overridden in TCustomDrawGrid to perform a notification when the column and/or row count has been changed for the control.