Data.DBXJSONReflect.TTypeMarshaller.Converter
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TTypeMarshaller |
Delphi
function Converter(clazz: TClass; const Field: string): TConverterEvent;
C++
TConverterEvent* __fastcall Converter(System::TClass clazz, const System::UnicodeString Field);
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.