Data.DBXJSONReflect.TReverterEvent.SetObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetObjectsReverter(const Reverter: TObjectsReverter);

C++

void __fastcall SetObjectsReverter(const _di_TObjectsReverter Reverter);

Properties

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

Description

Sets the field reverter for the objects to be deserialized.

The SetObjectsReverter method sets the field reverter for the objects to be deserialized.

See Also