IBindingObjectParamValues.Item

Fore Syntax

Item(Index: Integer): String;

Fore.NET Syntax

Item[Index: Integer]: String;

Parameters

Index. Parameter number.

Description

The Item property determines the parameter value with the specified index.

Comments

Numbering of parameters starts from one. On setting up the parameter value using the Item property, the following view is generated in binding string: PARAMVALUEx = "value", where x is the specified parameter number and value is the value set for the Item property.

The Item property is available if the ItemDefined property is set to True. If the Item property is changed, the ItemDefined property is automatically set to True.

Example

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

See also:

IBindingObjectParamValues