Vcl.Forms.TCustomForm.RequestAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RequestAlign; override;

C++

virtual void __fastcall RequestAlign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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

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.

See Also