TdxBackendParameterValues.Add Method
Creates a new parameter value and adds it to the collection.
Declaration
function Add: TdxBackendParameterValue;
Returns
| Type | Description |
|---|---|
| TdxBackendParameterValue | The newly created parameter value. |
Remarks
Call the Add function to create a new parameter value. All created values are accessible through the Items property.
See Also