Skip to main content
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;

    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