FMX.ListBox.TCustomComboBox.Sort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Sort(Compare: TFmxObjectSortCompare); override;

C++

virtual void __fastcall Sort(Fmx::Types::_di_TFmxObjectSortCompare Compare);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Sorts the children in the children list using the specified sorting procedure.

FMX.ListBox.TCustomComboBox.Sort inherits from FMX.Types.TFmxObject.Sort. All content below this line refers to FMX.Types.TFmxObject.Sort.

Sorts the children in the children list using the specified sorting procedure.

See Also