Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • 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