Indicates the data type of the parameter.
property DataType: TFieldType stored IsDataTypeStored;
DataType is set automatically when a value is assigned to a parameter. Do not set DataType for bound fields, as this may cause the assigned value to be misinterpreted.
Read DataType to learn the type of data that was assigned to the parameter. Every possible value of DataType corresponds to the type of a database field.