Data.DBXJSONReflect.TJSONInterceptor.TypeStringReverter

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor


説明

文字列に基づいてオブジェクト インスタンスを作成します。


  • Data は文字列値を表します。

関連項目