FMX.StdCtrls.TCustomButton.DoRealign
Delphi
procedure DoRealign; override;
C++
virtual void __fastcall DoRealign();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomButton |
Description
Sends a PM_REALIGN
message to the presentation layer through its presentation proxy.
FMX.StdCtrls.TCustomButton.DoRealign inherits from FMX.Controls.Presentation.TPresentedControl.DoRealign. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.DoRealign.
Sends a PM_REALIGN
message to the presentation layer through its presentation proxy.
For details about the circumstances that trigger this procedure, see TControl.DoRealign.