System.Bindings.EvalProtocol.IWrapper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWrapper = interface

C++

__interface  INTERFACE_UUID("{743F6B0A-931A-4EF7-9637-8DF639ABA4A9}") IWrapper  : 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

A wrapper must implement this interface in order for the engine to recognize it as a wrapper.

IWrapper is an interface that must be implemented by any wrapper in order for the engine to recognize it as a wrapper. It is easier and faster for the engine to test whether an interface reference is a wrapper or not.

See Also