Data.Bind.ObjectScope.TBindSourceAdapterCustomScope.DoLookup

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

Delphi

function DoLookup(const Name: String): IInterface; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapterCustomScope

説明

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

Data.Bind.ObjectScope.TBindSourceAdapterCustomScope.DoLookup は System.Bindings.CustomScope.TCustomScope.DoLookup を継承しています。以下の内容はすべて System.Bindings.CustomScope.TCustomScope.DoLookup を参照しています。

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

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

関連項目