TTMSFNCDistributionValues.QuickSort Method
Sorts the items in place by descending value using a recursive quicksort over the inclusive index range.
API unit family: TMSFNCWidgetDistributionIndicator
Declaring type: TTMSFNCDistributionValues
Syntax
procedure QuickSort(L, R: Integer);
Parameters
| Name | Description |
|---|---|
L |
Lower bound of the index range to sort. |
R |
Upper bound of the index range to sort. |