IBindingObjectParamValues.Count

Syntax

Count: Integer;

Description

The Count property returns the number of parameters.

Comments

The number in the list is determined on creating the IBindingDimCombo.ParamValues property and corresponds to the number of parameters in structure of the dictionary that is specified in the IBindingDimCombo.Object property or determined from binding string on initializing editor settings by means of the IBindingManager.CreateByValue method.

Example

The example of use is given in description of the IBindingObjectParamValues.ItemDefined property.

See also:

IBindingObjectParamValues