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

TListSortCompare

Callback type for the list sort algorithm.

Declaration

type TListSortCompare = function(

  Item1: Pointer;

  Item2: Pointer

):Integer;