Data.DBXJSONReflect.TReverterEvent.TypeObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeObjectsReverter: TTypeObjectsReverter read FTypeObjectsReverter write SetTypeObjectsReverter;

C++

__property _di_TTypeObjectsReverter TypeObjectsReverter = {read=FTypeObjectsReverter, write=SetTypeObjectsReverter};

Properties

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

Description

Represents the type reverter used in objects deserialization.

The TypeObjectsReverter property specifies the type reverter used in objects deserialization.

See Also