Show: Delphi
C++
Display Preferences
FMX.Types.TControl.MarginsChanged
From XE2 API Documentation
Delphi
procedure MarginsChanged(Sender: TObject); virtual;
C++
virtual void __fastcall MarginsChanged(System::TObject* Sender);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Handles changes to the Margins property.
MarginsChanged is a TBounds.OnChange event dispatcher for the Margins property.
MarginsChanged calls the Realign method.