API:Data.Bind.Components.TBindExpression.Direction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Direction: TExpressionDirection read FDirection write FDirection;

C++

__property Direction;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExpression

Description

Specifies the direction of the binding expression.

Data.Bind.Components.TBindExpression.Direction inherits from Data.Bind.Components.TCustomBindExpression.Direction. All content below this line refers to Data.Bind.Components.TCustomBindExpression.Direction.

Specifies the direction of the binding expression.

Direction can have one of the following values:

  • dirSourceToControl
  • dirControlToSource
  • dirBidirectionsl

See Also