FireDAC.Stan.Param.TFDMacro.DataType
Delphi
property DataType: TFDMacroDataType read FDataType write SetDataType default mdRaw;
C++
__property TFDMacroDataType DataType = {read=FDataType, write=SetDataType, default=9};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDMacro |
Description
Identifies the data type of the TFDMacro component.
Use the DataType property to read or write the type of the TFDMacro object. The value may be set explicitly using the DataType property, or implicitly using one of the AsXxx properties. The default value is mdRaw.