API:Data.Bind.Components.TBindListLink.PosControlExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PosControlExpressions: TExpressions read FPosControlExpressions write SetPosControlExpressions;

C++

__property PosControlExpressions;

Properties

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

Description

Specifies a collection of binding expressions that are evaluated to position the control in order to keep it synchronized with the position of the source control, such as a dataset's RecNo.

Data.Bind.Components.TBindListLink.PosControlExpressions inherits from Data.Bind.Components.TCustomBindListLink.PosControlExpressions. All content below this line refers to Data.Bind.Components.TCustomBindListLink.PosControlExpressions.

Specifies a collection of binding expressions that are evaluated to position the control in order to keep it synchronized with the position of the source control, such as a dataset's RecNo.

See Also