Data.DBXJSONReflect.TReverterEvent.TypeObjectReverter

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 TypeObjectReverter: TTypeObjectReverter read FTypeObjectReverter write SetTypeObjectReverter;

C++

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

Description

Represents the type reverter used in object deserialization.

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

See Also