IBindingDimCombo.MultiLevelsDefined

Syntax

MultiLevelsDefined: Boolean;

Description

The MultiLevelsDefined property determines whether the MULTILEVELS parameter is present in binding string.

Comments

If the MultiLevelsDefined property is set to True, the binding string describing the value editor contains the MULTILEVELS parameter. The value of this parameter is determined by the IBindingDimCombo.MultiLevels property.

Example

The example of use is given in description of the IBindingDimCombo.MultiLevels property.

See also:

IBindingDimCombo