Sort

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWIntList > Methods >

Sort

SIGNATURE=IW.Common.Lists.TIWIntList.Sort@TIntListSortCompare

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure Sort(Compare: TIntListSortCompare = nil);

C++:

void public: __fastcall Sort(TIntListSortCompare Compare = null);

 

Description: This is Sort, a member of class TIWIntList.