Data.DBXJSONReflect.TJSONUnMarshal.HasReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

bool __fastcall HasReverter(System::TClass clazz, const System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Specifies whether a reverter matching the given key was registered.

The HasReverter method returns True if a reverter matching the given key was registered. The key parameter specifies the reverter key, as generated by the ComposeKey method.

See Also