FMX.Types.TFmxObject.ChangeOrder
Delphi
procedure ChangeOrder; virtual;
C++
virtual void __fastcall ChangeOrder();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Notification method called after the creation order is changed. ChangeOrder is a virtual method to be implemented in subclasses to allow for changing the creation order of this FMX object.