Skip to main content
All docs
V25.2
  • TdxBackendCustomParameter.IsMultiValueParameter Property

    Identifies if the parameter contains/uses multiple values.

    Declaration

    property IsMultiValueParameter: Boolean read;

    Property Value

    Type Default Description
    Boolean False
    False
    Default. Single-value mode. Only the first value within the Values collection is used. Alternatively, you can use the Value property.
    True
    Multi-value mode. You can use all values stored in the Values collection.

    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