Vcl.ActnMan.TCustomActionBar.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description


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

Vcl.ActnMan.TCustomActionBar.RequestAlign inherits from Vcl.Controls.TControl.RequestAlign. All content below this line refers to Vcl.Controls.TControl.RequestAlign.

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