Data.DBXJSONReflect.TConverterType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: Data.DBXJSONReflect | |
Delphi
TConverterType = (ctObjects, ctStrings, ctTypeObjects, ctTypeStrings,
ctObject, ctString, ctTypeObject, ctTypeString);
C++
enum DECLSPEC_DENUM TConverterType : unsigned char { ctObjects, ctStrings, ctTypeObjects, ctTypeStrings, ctObject, ctString, ctTypeObject, ctTypeString };
Description
Includes all the converter types.
The TConverterType type includes all the converter types.