Data.Bind.DBScope.TBindDataSetScope.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.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindDataSetScope

説明

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

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

関連項目