Data.DBXJSONReflect.TReverterEvent.SetTypeObjectsReverter

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 SetTypeObjectsReverter(const Reverter: TTypeObjectsReverter);

C++

void __fastcall SetTypeObjectsReverter(const _di_TTypeObjectsReverter Reverter);

Description

Sets the type reverter for the objects to be deserialized.

The SetTypeObjectsReverter method sets the type reverter for the objects to be deserialized.

See Also