[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Sorts the strings in the list.
Source position: classesh.inc line 581
public procedure TStringList.Sort; virtual; |
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.
|
Determines whether the list is sorted or not. |
No notes exist for this page yet.