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

    A dashboard parameter.

    Constructors

    Name Description
    Create(TCollection) Inherited from TCollectionItem.

    Properties

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

    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. Inherited from TdxBackendCustomParameter.
    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. Inherited from TdxBackendCustomParameter.
    ToString Inherited from TObject.
    See Also