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

TListSortCompare

Callback type for the list sort algorithm.

Declaration

Source position: classesh.inc line 161

type TListSortCompare = function(

  Item1: Pointer;

  Item2: Pointer

):Integer;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.