Data.DBXJSONReflect.TJSONInterceptor.TypeStringsReverter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function TypeStringsReverter(Data: TListOfStrings): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeStringsReverter(TListOfStrings Data);

プロパティ

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


説明

文字列の配列に基づいてオブジェクト インスタンスを作成する逆変換コンポーネントです。


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

関連項目