FireDAC.Stan.Param.TFDMacroDataType
Delphi
TFDMacroDataType = (mdUnknown, mdString, mdIdentifier, mdInteger,
mdBoolean, mdFloat, mdDate, mdTime, mdDateTime, mdRaw);
C++
enum DECLSPEC_DENUM TFDMacroDataType : unsigned int { mdUnknown, mdString, mdIdentifier, mdInteger, mdBoolean, mdFloat, mdDate, mdTime, mdDateTime, mdRaw };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | FireDAC.Stan.Param |
Description
Represents a set of constants used to identify the type of a variant.
TFDMacroDataType contains the following constants:
| Name | Meaning |
|---|---|
|
|
The type of macro data is unknown. |
|
|
The type of macro data is String. |
|
|
The type of macro data is Identifier. |
|
|
The type of macro data is Integer. |
|
|
The type of macro data is Boolean. |
|
|
The type of macro data is Float. |
|
|
The type of macro data is Data. |
|
|
The type of macro data is Time. |
|
|
The type of macro data is Date Time. |
|
|
The type of macro data is Raw. |