Open main menu

RAD Studio API Documentation β

Data.DBXJSONReflect.TConverterEvent.SetObjectConverter

Delphi

procedure SetObjectConverter(Converter: TObjectConverter);

C++

void __fastcall SetObjectConverter(_di_TObjectConverter Converter);

Properties

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

Description

Sets the field converter for the object to be serialized.

The SetObjectConverter method sets the field converter for the object to be serialized.

See Also