Skip to main content
All docs
V26.1
  • TdxBackendCustomParameter Members

    The base class for parameters used in TdxDashboard/TdxDashboardControl and TdxReport/TdxReportControl components.

    Constructors

    Name Description
    Create(TCollection) Inherited from TCollectionItem.

    Properties

    Name Description
    AllowNull Specifies whether Null can be assigned as the Report or Dashboard parameter value.
    Collection Inherited from TCollectionItem.
    DataType Returns the Report or Dashboard parameter data type.
    Description Returns the parameter label displayed in the Report or Dashboard UI.
    DisplayName Inherited from TCollectionItem.
    Enabled Specifies if the parameter’s editor is enabled in the Report or Dashboard UI.
    ID Inherited from TCollectionItem.
    Index Inherited from TCollectionItem.
    IsMultiValueParameter Identifies if the Report or Dashboard parameter can have multiple values.
    Name Returns the unique Report or Dashboard parameter name (identifier).
    Value Specifies the default Report or Dashboard parameter value.
    Values Provides access to default Report or Dashboard parameter values.
    Visible Specifies if the parameter editor is visible in the Report or Dashboard UI.

    Methods

    Name Description
    Assign(TPersistent) Inherited from TPersistent.
    AssignTo(TPersistent) Inherited from TPersistent.
    Equals(TObject) Inherited from TObject.
    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.
    ToString Inherited from TObject.
    See Also