Back to Devexpress

TdxBackendCustomParameter.DataType Property

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameter-79b1f468.md

latest1.0 KB
Original Source

TdxBackendCustomParameter.DataType Property

Returns the parameter data type.

Declaration

delphi
property DataType: TdxBackendParameterDataType read;

Property Value

TypeDefaultDescription
TdxBackendParameterDataTyperptString

The parameter data type.

|

Remarks

Use the DataType property to identify the actual parameter value type defined in the UI. Different data types use different editor types in the UI’s Parameters panel.

Default Value

The DataType property’s default value is rptString.

See Also

TdxReportParameter.IsRangeParameter Property

TdxBackendCustomParameter Class

TdxBackendCustomParameter Members

dxBackend.Parameters Unit