TdxBackendCustomParameter.DataType Property
Returns the parameter data type.
Declaration
property DataType: TdxBackendParameterDataType read;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxBackendParameterDataType | rptString | 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