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
  • TdxBackendCustomParameters<T>.Items Property

    Provides indexed access to all parameters stored in the collection.

    Declaration

    property Items[Index: Integer]: T read; write; default;

    Property Value

    Type Description
    T

    A backend client parameter.

    Remarks

    Pass an index as the Index parameter to access the corresponding parameter in the collection. Use the Count property to identify the number of parameters accessible through the Items property.

    See Also