TdxBackendParameterValues.Items Property
Provides indexed access to all parameter values stored in the collection.
Declaration
property Items[Index: Integer]: TdxBackendParameterValue read; write; default;
Property Value
| Type | Description |
|---|---|
| TdxBackendParameterValue | A parameter value. |
Remarks
Pass an index as the Index parameter to access the corresponding parameter value in the collection. Use the Count property to identify the number of values accessible through the Items property.
Note
If the parent parameter’s IsMultiValueParameter property is set to False (default), only the first parameter value in the collection is used.
See Also