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

    The base class for backend client parameters.

    Constructors

    Name Description
    Create(TCollection) Inherited from TCollectionItem.

    Properties

    Name Description
    AllowNull Specifies if an empty field is treated as Null.
    Collection Inherited from TCollectionItem.
    DataType Specifies the parameter data type.
    Description Specifies the parameter description displayed in the Parameters panel.
    DisplayName Inherited from TCollectionItem.
    Enabled Specifies if the parameter’s editor is enabled in an end-user Parameters panel/dialog.
    ID Inherited from TCollectionItem.
    Index Inherited from TCollectionItem.
    IsMultiValueParameter Specifies if the parameter contains/uses multiple values.
    Name Specifies the parameter name (as a unique parameter identifier).
    Values Provides access to parameter values.
    Visible Specifies if the parameter editor is visible in an end-user Parameters panel/dialog.

    Methods

    Name Description
    Assign(TPersistent) Inherited from TPersistent.
    AssignTo(TPersistent) Inherited from TPersistent.
    Equals(TObject) Inherited from TObject.
    FromJSON(TJSONObject) Imports parameter data from a JSON object.
    GetDisplayName Inherited from TCollectionItem.
    GetHashCode Inherited from TObject.
    GetNamePath Inherited from TPersistent.
    GetOwner Inherited from TPersistent.
    Release Inherited from TCollectionItem.
    SetDisplayName(String) Inherited from TCollectionItem.
    ToJSON Exports parameter data in the JSON format.
    ToString Inherited from TObject.
    See Also