TsgBaseList.Sort

TsgBaseList

  Classes Reference > List Classes > TsgBaseList > Methods >

TsgBaseList.Sort

TsgBaseList

Previous pageReturn to chapter overviewNext page

Performs a sort on the list.

Syntax

procedure Sort(CountToUseSimpleSort: Integer = DefaultCountToUseSimpleSort); overload;

procedure Sort(FirstIndex, LastIndex: Integer; CountToUseSimpleSort: Integer = DefaultCountToUseSimpleSort); overload; virtual;

Description

Call Sort to sort the items in the list.

Go to CAD VCL Enterprise