[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TStringListSortCompare

Callback type used in stringlist compares.

Declaration

type TStringListSortCompare = function(

  List: TStringList;

  Index1: Integer;

  Index2: Integer

):Integer;