Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringList.Sort

Sorts the strings in the list.

Declaration

Source position: classesh.inc line 867

public procedure TStringList.Sort; virtual;

procedure TStringList.Sort(

  SortingAlgorithm: PSortingAlgorithm

); virtual;

Description

Sort will sort the strings in the list using the quicksort algorithm. If the list has its TStringList.Sorted property set to True then nothing will be done.

See also

TStringList.Sorted

  

Determines whether the list is sorted or not.


Documentation generated on: Jul 24 2023