Data.DBXJSONReflect.TReverterEvent.TypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeObjectReverter: TTypeObjectReverter read FTypeObjectReverter write SetTypeObjectReverter;

C++

__property _di_TTypeObjectReverter TypeObjectReverter = {read=FTypeObjectReverter, write=SetTypeObjectReverter};

Properties

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

Description

Represents the type reverter used in object deserialization.

The TypeObjectReverter property specifies the type reverter used in object deserialization.

See Also