REST.JsonReflect.TJSONUnMarshal.HasReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasReverter(key: string): Boolean;

C++

bool __fastcall HasReverter(System::UnicodeString key);

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

The method HasReverter returns True if a reverter identified with key is available, otherwise it returns False.

The reverter key must be generated by ComposeKey.

See Also