System.Bindings.EvalProtocol.IScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScope = interface

C++

__interface  INTERFACE_UUID("{DAFE2455-3DB6-40CC-B1D6-1EAC0A29ABEC}") IScope  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Represents a scope that can be looked up for wrappers.

IScope is an interface that represents a scope that can be looked up for wrappers. For example, the '.' operator in expressions uses IScope to find members of an object. It is also used for lookup of the expressions' root. Scope implementers can look up not only on object RTTI, but on everything for which a valid wrapper with valid information may be created.

See Also