[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sort the stringlist using a custom sort algorithm
Source position: classesh.inc line 863
public procedure TStringList.CustomSort( |
CompareFn: TStringListSortCompare |
); virtual; |
CustomSort sorts the stringlist with a custom comparison function. The function should compare 2 elements in the list, and return a negative number if the first item is before the second. It should return 0 if the elements are equal, and a positive result indicates that the second elements should be before the first.
|
Determines whether the list is sorted or not. |
|
|
Sorts the strings in the list. |