System.Bindings.EvalProtocol.IWrapperBinding.Binding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Binding: ICompiledBinding read GetBinding write SetBinding;

C++

__property _di_ICompiledBinding Binding = {read=GetBinding, write=SetBinding};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IWrapperBinding

Description

Specifies the compiled binding that owns the wrapper.

The Binding property specifies the compiled binding that owns the wrapper.

See Also