Data.DBXJSONReflect.TReverterType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

TReverterType = (rtObjects, rtStrings, rtTypeObjects, rtTypeStrings, rtObject,
rtString, rtTypeObject, rtTypeString);

C++

enum DECLSPEC_DENUM TReverterType : unsigned char { rtObjects, rtStrings, rtTypeObjects, rtTypeStrings, rtObject, rtString, rtTypeObject, rtTypeString };

Description

Includes all the supported reverter types.

The TReverterType type includes all the supported reverter types.

See Also