RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.Resize Method

Respond to control resize.

Pascal
procedure Resize; override;
C++
virtual __fastcall Resize();

Resize is called automatically immediately after the control's dimensions change. As implemented in TControl, Resize calls the control's OnResize event handler if it is assigned. 

 

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