System.Bindings.ExpressionDefaults.TBindingExpressionDefault.Binding

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Binding: ICompiledBinding read FCompiledBinding implements ICompiledBinding;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

説明

バインディング式の評価を実行可能な、コンパイル済みのバインディング式を示します。

Binding プロパティは、バインディング式の評価を実行可能な、コンパイル済みのバインディング式を示します。

関連項目