Data.DBXJSONReflect.TReverterEvent.SetTypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TReverterEvent

Delphi

procedure SetTypeObjectReverter(const Reverter: TTypeObjectReverter);

C++

void __fastcall SetTypeObjectReverter(const _di_TTypeObjectReverter Reverter);

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