DimensionKey: Integer;
The DimensionKey property determines the DIM_KEY parameter value in binding string.
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 IBindingDimCombo.DataSourceKey and IBindingDimCombo.PointKey properties.
The DimensionKey property is available if the IBindingDimCombo.DimensionKeyDefined property is set to True. If the DimensionKey property is changed, the IBindingDimCombo.DimensionKeyDefined property is automatically set to True.
The example of use is given in description of the IBindingDimCombo.DataSourceKey property.
See also: