[Overview][Types][Procedures and functions][Index] Reference for unit '_crw_sort' (#crwlib)

QuickFind

Declaration

Source position: _crw_sort.pas line 183

function QuickFind(

  Count: Integer;

  Data: Pointer;

  Compare: TCompareFunction;

  KeyOf: TKeyOfFunction;

  KeyToSearch: Pointer;

  Index: PIntegerArray = Nil

):Integer;