Data.DBXJSONReflect.TReverterEvent.ReverterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReverterType: TReverterType read FReverterType;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TReverterEvent

Description

Represents the reverter type used in deserialization.

The ReverterType property specifies the reverter type used in deserialization.

See Also