Vcl.ComCtrls.TPageScroller.AlignControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AlignControls(AControl: TControl; var Rect: TRect); override;

C++

virtual void __fastcall AlignControls(Vcl::Controls::TControl* AControl, System::Types::TRect &Rect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

Aligns controls in the contained window.

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.