Data.Bind.Components.TBindExpression.Direction

提供:RAD Studio API Documentation

Delphi

property Direction;

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

関連項目