Data.Bind.Components.TCustomBindListLink.PosControlExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PosControlExpressions: TExpressions read FPosControlExpressions write SetPosControlExpressions;

C++

__property TExpressions* PosControlExpressions = {read=FPosControlExpressions, write=SetPosControlExpressions};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindListLink

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.

See Also