System.Bindings.Outputs.TBindingOutput.MakeObjScope
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 パラメータを介して渡されたオブジェクトに対する、バインディング スコープを作成するために使用されます。