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

Sort

Declaration

Source position: _crw_sort.pas line 135

function Sort(

  Count: Integer;

  Data: Pointer;

  Compare: TCompareFunction;

  KeyOf: TKeyOfFunction;

  SwapData: TSwapProcedure;

  Index: PIntegerArray;

  Method: TSortMethod = smShellSort

):Boolean;