RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.RequestAlign Method

Instructs the parent of a control to reposition the control, enforcing its Align property.

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

Controls call RequestAlign internally when changes are made to the size or position of the control, so that they remain properly aligned within the parent control. Do not call RequestAlign in application code. 

 

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