[Overview][Procedures and functions][Index] Reference for unit 'tpa' (#Simba)

QuickTPASort

Declaration

Source position: tpa.pas line 47

procedure QuickTPASort(

  var A: TIntegerArray;

  var B: TPointArray;

  iLo: Integer;

  iHi: Integer;

  SortUp: Boolean

);