IBindingDimCombo.DimensionKeyDefined

Syntax

DimensionKeyDefined: Boolean;

Description

The DimensionKeyDefined property determines whether the DIM_KEY parameter is present in binding string.

Comments

If the DimensionKeyDefined property is set to True, the binding string describing the value editor contains the DIM_KEY parameter. The value of this parameter is determined by the DimensionKey property.

Example

The example of use is given in the description of the DataSourceKeyDefined property.

See also:

IBindingDimCombo