SortDirection: DimComboSortDirection;
The SortDirection property determines whether there is the SORTDIRECTION parameter in binding string.
The SORTDIRECTION parameter determines option of sorting dictionary elements by name.
The parameter value is set in binding string using the SortDirection property or manually as follows:
SORTDIRECTION="VALUE"
Where:
VALUE. Parameter value.
Description of parameter values:
| Value | Description |
| NONE | Dictionary elements are not sorted. |
| ASC | Dictionary elements are sorted in ascending and alphabetical order or by text values of numbers. |
| DESC | Dictionary elements are sorted in descending and alphabetical order or by text values of numbers. |
If the parameter is absent, elements are displayed in the order they were created in the dictionary.
The property use is given in the example for IBindingDimCombo.Group.
See also: