IBindingDimCombo.SortDirectionDefined

Syntax

SortDirectionDefined: Boolean;

Description

The SortDirectionDefined property determines whether there is the SORTDIRECTION parameter in binding string.

Comments

Available values:

NOTE. When the value of the SORTDIRECTION parameter is changed, the property is automatically set to True.

To determine value of the SORTDIRECTION parameter, use the IBindingDimCombo.SortDirection property.

Example

The property use is given in the example for IBindingDimCombo.DataSourceKeyDefined.

See also:

IBindingDimCombo