Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Types
TStringList<T>.TStringListSortCompare Type
Defines the function signature for the string comparison to be done during sorting the string list.
Namespace: RSGenerics.Collections
Delphi
public type TStringListSortCompare = reference to function(List: TStringList<T>; Index1, Index2: Integer): Integer;
•RSGenerics.Collections.TStringList<T>.Sort(TStringListSortCompare)
•TStringList<T>
•RSGenerics.Collections