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
  • TdxBackendParameterValue Class

    A parameter value.

    Declaration

    TdxBackendParameterValue = class(
        TCollectionItem
    )

    Remarks

    Each parameter is stored as a Variant value accessible through the Value property.

    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.

    Direct TdxBackendParameterValue Class Reference

    The following public API members reference a TdxBackendParameterValue object:

    TdxBackendParameterValues.Add
    Creates a new parameter value and adds it to the collection.
    TdxBackendParameterValues.Items
    Provides indexed access to all parameter values stored in the collection.

    Inheritance

    TObject
    TPersistent
    TCollectionItem
    TdxBackendParameterValue
    See Also