System.Bindings.CustomScope.TCustomScope.DoLookup
Delphi
function DoLookup(const Name: String): IInterface; virtual; abstract;
C++
virtual System::_di_IInterface __fastcall DoLookup(const System::UnicodeString Name) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bindings.CustomScope.pas System.Bindings.CustomScope.hpp |
System.Bindings.CustomScope | TCustomScope |
Description
Provides the returning of a custom wrapper that will be used by the engine to parse and evaluate the expression.
The DoLookup method provides the returning of a custom wrapper that will be used by the engine to parse and evaluate the expression. DoLookup is called only once for each different symbol that is not found in the internal cache.