Data.DBXJSONReflect.TTypeMarshaller.HasConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasConverter(clazz: TClass; const Field: string): Boolean;

C++

bool __fastcall HasConverter(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

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.

See Also