Data.DBXJSONReflect.TTypeMarshaller.Converter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Converter(clazz: TClass; const Field: string): TConverterEvent;

C++

TConverterEvent* __fastcall Converter(System::TClass clazz, const System::UnicodeString Field);

Properties

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

Description

Returns the converter associated with a class and a field.

The Converter method returns the converter associated with a class and a field.

Note: Converter assumes that the converter exists.

See Also