FMX.Controls.Presentation.TPresentedControl.ChangeOrder
Delphi
procedure ChangeOrder; override;
C++
virtual void __fastcall ChangeOrder();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Description
Sends a PM_CHANGE_ORDER
message to the presentation layer through its presentation proxy.
For details about the circumstances that trigger this procedure, see TFmxObject.ChangeOrder.