System.Bindings.EvalProtocol.IDebugBinding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDebugBinding = interface

C++

__interface  INTERFACE_UUID("{1BC1935C-3E46-4DB4-A56E-C1F15460CE8E}") IDebugBinding  : 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

Internally used for intercepting the order of executing engine operations.

IDebugBinding is an interface that is internally used for intercepting the order of executing engine operations.

See Also