Data.Bind.Components.TCustomBindGridLink.PosControlExpressions
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomBindGridLink |
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.