System.Bindings.EvalProtocol.IWrapperBinding
Delphi
IWrapperBinding = interface
C++
__interface  INTERFACE_UUID("{8B5BF98B-DD68-4013-BBBB-4819CB8DD2AB}") IWrapperBinding  : 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
Interface that defines the prototype of a wrapper's compiled binding.
A wrapper may have a compiled binding that has generated it. A wrapper can be created without being generated by a compiled binding; a reference to a compiled binding can be set later on. Setting a reference to a compiled binding is an indicator that the compiled binding created the wrapper.
Normally, the binding should be set only once.