SortDirectionDefined: Boolean;
The SortDirectionDefined property determines whether there is the SORTDIRECTION parameter in binding string.
Available values:
True. The SORTDIRECTION parameter is contained in binding string describing value editor.
NOTE. When the value of the SORTDIRECTION parameter is changed, the property is automatically set to True.
False. The SORTDIRECTION parameter is not contained in binding string.
To determine value of the SORTDIRECTION parameter, use the IBindingDimCombo.SortDirection property.
The property use is given in the example for IBindingDimCombo.DataSourceKeyDefined.
See also: