|
RAD Studio VCL Reference
|
Respond to control resize.
procedure Resize; override;
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!
|