API:Data.Bind.Components.TBindExpression.Direction

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

Delphi

property Direction: TExpressionDirection read FDirection write FDirection;

C++

__property Direction;

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExpression

説明

バインディング式の方向を示します。

Data.Bind.Components.TBindExpression.Direction は Data.Bind.Components.TCustomBindExpression.Direction を継承しています。以下の内容はすべて Data.Bind.Components.TCustomBindExpression.Direction を参照しています。

バインディング式の方向を示します。

Direction は、次の値のいずれかを取ります:

  • dirSourceToControl
  • dirControlToSource
  • dirBidirectionsl

関連項目