Data.DBXJSONReflect.TReverterEvent.SetTypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTypeObjectReverter(const Reverter: TTypeObjectReverter);

C++

void __fastcall SetTypeObjectReverter(const _di_TTypeObjectReverter Reverter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TReverterEvent

Description

Sets the type reverter for the object to be deserialized.

The SetTypeObjectReverter method sets the type reverter for the object to be deserialized.

See Also