FireDAC.Stan.Param.TFDMacroDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDMacroDataType = (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 FireDAC.Stan.Param

Description

Represents a set of constants used to identify the type of a variant.

TFDMacroDataType contains the following constants:

Name Meaning

mdUnknown

The type of macro data is unknown.

mdString

The type of macro data is String.

mdIdentifier

The type of macro data is Identifier.

mdInteger

The type of macro data is Integer.

mdBoolean

The type of macro data is Boolean.

mdFloat

The type of macro data is Float.

mdData

The type of macro data is Data.

mdTime

The type of macro data is Time.

mdDateTime

The type of macro data is Date Time.

mdRaw

The type of macro data is Raw.

See Also