Data.DBXJSONReflect.TConverterEvent.SetObjectsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetObjectsConverter(Converter: TObjectsConverter);

C++

void __fastcall SetObjectsConverter(_di_TObjectsConverter 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 objects to be serialized.

The SetObjectsConverter method sets the field converter for the objects to be serialized.

See Also