REST.JsonReflect.TTypeMarshaller.HasConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

bool __fastcall HasConverter(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 True if a converter has been registered for the specified field name of the specified class; it returns False otherwise.

See Also