FMX.ListView.Appearances.TAppearanceListViewItems.Sort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Sort(AComparer: IComparer<TListViewItem>); overload;

C++

HIDESBASE void __fastcall Sort(System::DelphiInterface<System::Generics::Defaults::IComparer__1<TListViewItem*> > AComparer)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Sorts the items of the list view using the specified comparer.