Vcl.Controls.TControl.RequestAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RequestAlign; virtual;

C++

virtual void __fastcall RequestAlign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

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

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.

See Also