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.Description Property

    Specifies the parameter description displayed in the Parameters panel.

    Declaration

    property Description: string read; write;

    Property Value

    Type Description
    string

    The parameter description displayed in the Parameters panel.

    Remarks

    Use the Description property to define a user-friendly description for the parameter in the UI.

    VCL Dashboards: The Dashboard Parameters Dialog

    Default Value

    The Description property’s default value is an empty string.

    The default Description property value indicates that the Name property value is used as the parameter description.

    See Also