表示: DelphiC++
表示設定

System.Classes.TList.SortList

出典: XE2 API Documentation

Delphi

procedure SortList(const Compare: TListSortCompareFunc);

C++

void __fastcall SortList(const _di_TListSortCompareFunc Compare);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TList

説明

項目のリスト上の QuickSort を実行します。

SortList メソッドを呼び出すと、TList リストにある Items プロパティをソートできます。

関連項目

他の言語