FMX.StdCtrls.TCalloutPanel.PaddingChanged

From RAD Studio API Documentation

Delphi

procedure PaddingChanged; override;

C++

virtual void __fastcall PaddingChanged(void)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCalloutPanel

Description

Executed right after the value of the Padding property changes. {{#multireplace:FMX.StdCtrls.TCalloutPanel.PaddingChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.PaddingChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.PaddingChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also