FMX.Controls.TControl.PaddingChanged
Delphi
procedure PaddingChanged; overload; virtual;
C++
virtual void __fastcall PaddingChanged()/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Executed right after the value of the Padding property changes.
The control does not execute PaddingChanged if you assign Padding the same value that it already has.