Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • TdxBackendParameterValues Class

    A collection of backend client parameter values.

    Declaration

    TdxBackendParameterValues = class(
        TCollection
    )

    Remarks

    Each parameter value is stored as a Variant value. You can use the parent parameter’s DataType property to switch between supported parameter value types (that is, Variant value interpretation options). Different data types use different editor types in the Parameters panel in the UI.

    Note

    If the parent parameter’s IsMultiValueParameter property is set to False (default), only the first parameter value in the collection is used.

    Main API Members

    Add
    Creates a new parameter value and adds it to the collection.
    Clear
    Clears the collection.
    Count
    Returns the number of parameter values stored in the collection.
    Delete
    Deletes an individual parameter value in the collection.
    Items
    Provides indexed access to parameter values in the collection.

    Direct TdxBackendParameterValues Class Reference

    The TdxBackendCustomParameter.Values property references a TdxBackendParameterValues object.

    Inheritance

    TObject
    TPersistent
    TCollection
    TdxBackendParameterValues
    See Also