Data.Bind.Components.TBindExpression.Direction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindExpression

Delphi

property Direction;

C++

__property Direction;

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