SortDirectionDefined: Boolean;
SortDirectionDefined: boolean;
The SortDirectionDefined property determines whether there is the SORTDIRECTION parameter in connection string.
Available values:
True. The SORTDIRECTION parameter is contained in connection 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 connection 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: