IBindingDimCombo.DimensionKey

Syntax

DimensionKey: Integer;

Description

The DimensionKey property determines the DIM_KEY parameter value in binding string.

Comments

The DIM_KEY parameter determines the key of the dimension, for which the value editor is created. The specified dimension controls a specific coordinate of calculated point.

The DimensionKey property is specified in combination with DataSourceKey and PointKey properties.

The DimensionKey property is available if the DimensionKeyDefined property is set to True. If the DimensionKey property is changed, the DimensionKeyDefined property is automatically set to True.

Example

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

See also:

IBindingDimCombo