IBindingDimCombo.PointKeyDefined

Syntax

PointKeyDefined: Boolean;

Description

The PointKeyDefined property determines whether the PT_KEY parameter is present in binding string.

Comments

If the PointKeyDefined property is set to True, the binding string describing the value editor contains the PT_KEY parameter. The value of this parameter is determined by the PointKey property.

Example

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

See also:

IBindingDimCombo