System.Bindings.EvalProtocol.IScopeSelf.GetSelf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelf: IInterface;

C++

virtual System::_di_IInterface __fastcall GetSelf() = 0 ;

Properties

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

Description

Provides access to the wrapper itself.

The GetSelf method provides access to the wrapper itself. GetSelf returns the wrapper that wraps around the same object wrapped by the wrapper implementing this interface.

See Also