FMX.Controls.TControl.ChildrenAlignChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChildrenAlignChanged;

C++

void __fastcall ChildrenAlignChanged();

Properties

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

Description

Executed when the alignment of the children of the control changes.

The alignment of the children of the control may change for any of the following reasons:

  • The alignment of a child control changes.
  • The anchoring of a control changes.
  • The control looses one of its child controls.

See Also