TdxBackendCustomParameter.DataType Property
Specifies the parameter data type.
Declaration
property DataType: TdxBackendParameterDataType read; write; default rptString;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxBackendParameterDataType | rptString | The parameter data type. |
Remarks
Use the DataType property to switch between supported data types.
Default Value
The DataType property’s default value is rptString.
See Also