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

QuickSearch

Declaration

Source position: _crw_sort.pas line 190

function QuickSearch(

  Count: Integer;

  Data: Pointer;

  Compare: TCompareFunction;

  KeyOf: TKeyOfFunction;

  KeyToSearch: Pointer;

  var KeyIndex: Integer;

  Index: PIntegerArray = Nil;

  Duplicates: Boolean = False

):Boolean;