Data.DBXJSONReflect.TConverterEvent.SetTypeObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTypeObjectConverter(const Converter: TTypeObjectConverter);

C++

void __fastcall SetTypeObjectConverter(const _di_TTypeObjectConverter Converter);

Properties

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

Description

Sets the type converter for the object to be serialized.

The SetTypeObjectConverter method sets the type converter for the object to be serialized.

See Also