RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageScroller.AlignControls Method

Aligns controls in the contained window.

Pascal
procedure AlignControls(AControl: TControl; var Rect: TRect); override;
C++
virtual __fastcall AlignControls(TControl * AControl, TRect Rect);

Call AlignControls to align the controls in the page scroller's contained window according to values of their Align properties. 

Overrides the inherited AlignControls property in order to take the orientation of the page scroller into account. 

 

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