FireDAC.Stan.Param.TFDParam.DataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataType: TFieldType read FDataType write SetDataType default ftUnknown;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Indicates the type of field whose value the TFDParam represents.

The DataType property is set automatically when a value is assigned to a TFDParam object.

Read DataType to discover the type of data that was assigned to the parameter. Each possible value of DataType corresponds to a type of database field.