FireDAC.Comp.BatchMove.JSON.TFDJsonDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDJsonDataType = (jtOther, jtString, jtInteger, jtNumber, jtBoolean,
jtDateTime, jtGUID, jtBlob);

C++

enum DECLSPEC_DENUM TFDJsonDataType : unsigned int { jtOther, jtString, jtInteger, jtNumber, jtBoolean, jtDateTime, jtGUID, jtBlob };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Comp.BatchMove.JSON.pas
FireDAC.Comp.BatchMove.JSON.hpp
FireDAC.Comp.BatchMove.JSON FireDAC.Comp.BatchMove.JSON

Description

Embarcadero Technologies does not currently have any additional information.