REST.JsonReflect.TJSONUnMarshal.GetObject

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

Delphi

function GetObject(ObjId: string): TObject;

C++

System::TObject* __fastcall GetObject(System::UnicodeString ObjId);

プロパティ

種類 可視性 ソース ユニット
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


説明

GetObject メソッドは、ObjId を基に格納されたオブジェクトを返します。

関連項目