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.

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