RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.RequestAlign Method

Instructs the form's parent (if any) to reposition the form, enforcing its Align property.

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

RequestAlign is called internally when changes are made to the size or position of the form, so that it remains properly aligned within a dock site or properly positioned on the screen. 

 

Align 

Floating

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!