FMX.Controls.TControl.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign;

C++

void __fastcall Realign(void);

Properties

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

Description

Performs the realignment of the control's children within itself.

The children are realigned taking into account their alignment properties, margins, and padding.

It is called internally every time the control's visual properties are changed. Realign is also called by EndUpdate, if there are no opened update sessions (FUpdating is 0).

See Also