Show: Delphi
C++
Display Preferences
FMX.Types.TControl.Realign
From XE2 API Documentation
Delphi
procedure Realign; virtual;
C++
virtual void __fastcall Realign(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | 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).