IBindingDimCombo.PointKey

Syntax

PointKey: Integer;

Description

The PointKey property determines the PT_KEY parameter value in binding string.

Comments

The PT_KEY parameter determines the key of calculated point created for the data source.

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

The PointKey property is available if the PointKeyDefined property is set to True. If the PointKey property is changed, the PointKeyDefined property is automatically set to True.

Example

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

See also:

IBindingDimCombo