FMX.ListBox.TListBoxItem.ChangeOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeOrder; override;

C++

virtual void __fastcall ChangeOrder();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description


Notification method called after the creation order is changed.

FMX.ListBox.TListBoxItem.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.

See Also