Data.DBXJSONReflect.TTypeMarshaller.HasConverter
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TTypeMarshaller |
Delphi
function HasConverter(clazz: TClass; const Field: string): Boolean;
C++
bool __fastcall HasConverter(System::TClass clazz, const System::UnicodeString Field);
Description
Checks for the existence of a converter for the given metaclass and field.
The HasConverter method returns True if a converter exists for the given metaclass and field.