IBindingObjectParamValues.ValueDefined

Syntax

ValueDefined(ItemId: String): Boolean;

Parameters

ItemId. Identifier of list element.

Description

The ValueDefined property determines whether the parameter with the specified identifier is present in binding string.

Comments

If the ValueDefined property is set to True, the binding string describing the value editor contains the parameter with the specified identifier. Value of this parameter is determined by the Value property.

Example

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

See also:

IBindingObjectParamValues