System.Bindings.CustomScope.TCustomScope.DoLookup

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

Delphi

function DoLookup(const Name: String): IInterface; virtual; abstract;

C++

virtual System::_di_IInterface __fastcall DoLookup(const System::UnicodeString Name) = 0 ;

プロパティ

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

説明

式を解析および評価するエンジンによって使用される、カスタム ラッパを返します。

DoLookup メソッドは、式を解析および評価するエンジンによって使用される、カスタム ラッパを返します。 DoLookup は、内部キャッシュにない各シンボルに対して、それぞれ 1 回のみ呼び出されます。

関連項目