System.Bindings.EvalProtocol.IScopeSelf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeSelf = interface

C++

__interface  INTERFACE_UUID("{FAD875D9-7EDE-438C-A477-F7BCEF135147}") IScopeSelf  : 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

Gives access to a wrapper that wraps the same object as the wrapper that implements this interface.

IScopeSelf is an interface that gives access to a wrapper that wraps the same object as the wrapper that implements this interface. Wrappers implement IScopeSelf to facilitate the use of the Self keyword.

See Also