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

    The base class for backend client parameter collections.

    Declaration

    TdxBackendCustomParameters<T: TdxBackendCustomParameter> = class abstract(TCollection)

    Remarks

    TdxBackendCustomParameters is a generic class that implements collection functionality for parameters used by backend client components. Terminal descendants instantiate TdxBackendCustomParameter with corresponding parameter classes.

    Main API Members

    The list below outlines key members of the TdxBackendCustomParameters class. These members allow you to manage parameters for backend client components.

    Add
    Creates a new parameter and adds it to the collection.
    Clear
    Clears the collection.
    Count
    Returns the number of parameters stored in the collection.
    Delete
    Deletes an individual parameter in the collection.
    FindParam | ParamByName
    Return a stored parameter by its name
    FromJSON | ToJSON
    Export/import parameters to/from a JSON array.
    Items
    Provides indexed access to parameters in the collection.

    Terminal TdxBackendCustomParameters Class Descendants

    Do not use the TdxBackendCustomParameters class directly. Use the following descendants instead:

    TdxDashboardParameters
    A collection of dashboard parameters.
    TdxReportParameters
    A report parameter collection.

    Inheritance

    TObject
    TPersistent
    TCollection
    TdxBackendCustomParameters<T>
    See Also