System.Bindings.ExpressionDefaults.TBindingExpressionDefault.Binding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Binding: ICompiledBinding read FCompiledBinding implements ICompiledBinding;

C++

__property System::Bindings::Evalprotocol::_di_ICompiledBinding Binding = {read=FCompiledBinding};

Properties

Type Visibility Source Unit Parent
property protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Description

Specifies the compiled binding expression through which evaluation of the binding expression can occur.

The Binding property specifies the compiled binding expression through which evaluation of the binding expression can occur.

See Also