RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Resizing Method

Makes any required adjustments when the form changes size.

Pascal
procedure Resizing(State: TWindowState); override;
C++
virtual __fastcall Resizing(TWindowState State);

This protected method is called automatically when the form is resized, including when it is maximized, minimized, or restored to normal size. Resizing adjusts the size and position of any child controls that are aligned to the form. 

The State parameter indicates the state of the form after the resize. 

 

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