Data.Bind.Components.TCustomBindListLink.PosControlExpressions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property PosControlExpressions: TExpressions read FPosControlExpressions write SetPosControlExpressions;

C++

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

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