Vcl.Controls.TWinControl.ControlsAligned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ControlsAligned; dynamic;

C++

DYNAMIC void __fastcall ControlsAligned();

Properties

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

Description

ControlsAligned automatically executes after a call to AlignControls.

Implement ControlsAligned in descendant classes to display a notification, after aligning the controls by a call to AlignControls.

Note: As a member of the TWinControl class, ControlsAligned has no effect.

See Also