Back to Devexpress

TdxBackendCustomParameter.Description Property

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameter-252fe50e.md

latest1.1 KB
Original Source

TdxBackendCustomParameter.Description Property

Returns the parameter description displayed in the Parameters panel.

Declaration

delphi
property Description: string read;

Property Value

TypeDescription
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.

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

TdxBackendCustomParameter Class

TdxBackendCustomParameter Members

dxBackend.Parameters Unit