TdxBackendCustomParameter.IsMultiValueParameter Property
Specifies if the parameter contains/uses multiple values.
Declaration
property IsMultiValueParameter: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
Remarks
Set the IsMultiValueParameter property to True to enable multi-value mode for the parameter.
Default Value
The IsMultiValueParameter property’s default value is False.
See Also