Item(Index: Integer): String;
Item[Index: Integer]: String;
Index. Parameter number.
The Item property determines the parameter value with the specified index.
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.
The example of use is given in description of the IBindingDimCombo.ParamValues property.
See also: