Data.DBXJSONReflect.TJSONInterceptor.TypeStringReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeStringReverter(Data: string): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeStringReverter(System::UnicodeString Data);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

Creates an object instance based on a string.

  • Data represents the string value.

See Also