Skip to main content
All docs
V25.2
  • TdxBackendCustomParameter.Description Property

    Returns the parameter description displayed in the Parameters panel.

    Declaration

    property Description: string read;

    Property Value

    Type Description
    string

    The parameter description displayed in the Parameters panel.

    Remarks

    Use the Description property to read a user-friendly description of the parameter defined 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