vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameter-5c4fdd74.md
Provides access to parameter values.
property Values: TdxBackendParameterValues read; write;
| Type | Description |
|---|---|
| TdxBackendParameterValues |
A collection of backend client parameter values.
|
Use the Values property to manage parameter values. If the IsMultiValueParameter property is set to False ( default ), only the first parameter value is used.
Each parameter value is stored as a Variant value. You can use the DataType property to identify the actual parameter type defined in the UI. Different data types use different editor types in the UI’s Parameters panel.
Call Values.Add and Values.Delete methods to manage parameter values in the collection when the IsMultiValueParameter property is set to True. The Values.Items property provides indexed access to all stored parameter values.
Refer to the TdxBackendParameterValues class description for detailed information on all available options.
See Also
TdxBackendCustomParameter.Value Property
TdxBackendCustomParameter Class