RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.SizeChanged Method

Responds to changes in the size of the grid.

Pascal
procedure SizeChanged(OldColCount: Longint; OldRowCount: Longint); dynamic;
C++
__fastcall SizeChanged(Longint OldColCount, Longint OldRowCount);

SizeChanged provides the interface for a method that responds to changes in the number of rows or columns in the grid. The SizeChanged method of TCustomGrid does nothing. Descendants of TCustomGrid override this method to make internal adjustments or generate events. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!