FMX.TreeView.TCustomTreeView.ChangeOrder
Delphi
procedure ChangeOrder; override;
C++
virtual void __fastcall ChangeOrder();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TCustomTreeView |
Description
Notification method called after the creation order is changed.
FMX.TreeView.TCustomTreeView.ChangeOrder inherits from FMX.Types.TFmxObject.ChangeOrder. All content below this line refers to FMX.Types.TFmxObject.ChangeOrder.
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.