[Overview][Types][Procedures and functions][Index] |
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; |