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

    The base class for backend client parameter collections.

    Constructors

    Name Description
    Create(TPersistent) Initializes a new instance of the TdxBackendCustomParameters<T> class with specified settings.
    Create(TCollectionItemClass) Inherited from TCollection.

    Properties

    Name Description
    Capacity Inherited from TCollection.
    Count Inherited from TCollection.
    ItemClass Inherited from TCollection.
    Items Provides indexed access to all parameters stored in the collection.
    UpdateCount Inherited from TCollection.

    Methods

    Name Description
    Add Creates a new parameter and adds it to the collection.
    Assign(TPersistent) Inherited from TPersistent.
    AssignTo(TPersistent) Inherited from TPersistent.
    BeginUpdate Inherited from TCollection.
    Clear Inherited from TCollection.
    ClearAndResetID Inherited from TCollection.
    Delete(Integer) Inherited from TCollection.
    EndUpdate Inherited from TCollection.
    Equals(TObject) Inherited from TObject.
    FindItemID(Integer) Inherited from TCollection.
    FindParam(string) Returns the stored parameter with the specified name.
    FromJSON(TJSONArray) Clears the collection and repopulates it with parameters based on source JSON data.
    GetHashCode Inherited from TObject.
    GetNamePath Inherited from TPersistent.
    GetOwner Inherited from TPersistent.
    Insert(Integer) Inherited from TCollection.
    Owner Inherited from TCollection.
    ParamByName(string) Returns the stored parameter with the specified name
    Sort(IComparer<TCollectionItem>) Inherited from TCollection.
    ToJSON Exports the parameter collection in the JSON format.
    ToString Inherited from TObject.

    Events

    Name
    OnChange
    See Also