System.Bindings.Outputs.TBindingOutput.MakeObjScope

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

Delphi

function MakeObjScope(const Obj: TObject): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall MakeObjScope(System::TObject* const Obj);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

説明

指定されたオブジェクトに対するバインディング スコープを作成します。

MakeObjScope メソッドは、Obj パラメータを介して渡されたオブジェクトに対する、バインディング スコープを作成するために使用されます。

関連項目