Data.DBXJSONReflect.TReverterEvent.ReverterType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ReverterType: TReverterType read FReverterType;

C++

__property TReverterType ReverterType = {read=FReverterType, nodefault};

Description

Represents the reverter type used in deserialization.

The ReverterType property specifies the reverter type used in deserialization.

See Also