REST.JsonReflect.TJSONUnMarshal.HasObject

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

Delphi

function HasObject(ObjId: string): Boolean;

C++

bool __fastcall HasObject(System::UnicodeString ObjId);

プロパティ

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


説明

HasObject メソッドは、指定された ObjId によって作成済みオブジェクトを特定できれば True を、できなければ False を返します。

関連項目