System.Bindings.Manager.TBindingManager.Expressions

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

Delphi

property Expressions[Index: Integer]: TBindingExpression read GetExpressions;

C++

__property System::Bindings::Expression::TBindingExpression* Expressions[int Index] = {read=GetExpressions};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager TBindingManager

説明

所有されているバインディング式オブジェクトへのアクセスを提供します。

Expressions プロパティは、所有されているバインディング式オブジェクトへのアクセスを提供します。

関連項目