Data.DBXJSONReflect.TJSONInterceptor.TypeStringReverter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONInterceptor |
Delphi
function TypeStringReverter(Data: string): TObject; virtual;
C++
virtual System::TObject* __fastcall TypeStringReverter(System::UnicodeString Data);
Description
Creates an object instance based on a string.
Data
represents the string value.