System.Bindings.CustomScope.TCustomScope.Lookup

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

Delphi

function Lookup(const Name: string): IInterface;

C++

System::_di_IInterface __fastcall Lookup(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

説明

指定されたシンボルに対して、カスタム ラッパが必要なときに、エンジンによって呼び出されます。

Lookup メソッドは、指定されたシンボルに対して、カスタム ラッパが必要なときに、エンジンによって呼び出されます。 ラッパが内部キャッシュで見つかった場合、そこからの参照を返します。そうでなければ、DoLookup を呼び出し、カスタム ラッパを返せるようにします。

関連項目