RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!