REST.JsonReflect.TTypeMarshaller.Converter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller

Description

Returns a previously-registered converter for the specified field name of the specified class, or nil if there is no matching converter.

See Also