System.Bindings.EvalProtocol.IScope.Lookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Lookup(const Name: string): IInterface;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IScope

Description

Looks up a name in the scope.

The Lookup method is used to look up a name in the scope. Lookup can find a location, a value, a function, another scope, and so on.

Lookup returns a reference to the corresponding wrapper, or nil if no wrapper was found.

See Also