Data.Bind.Components.TCustomBindListLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentData.Bind.Components.TContainedBindComponentTCustomBindListLink
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomBindListLink = class(TCustomBindList, IBindPosition,
IBindLink, IBindListUpdate)

C++

class PASCALIMPLEMENTATION TCustomBindListLink : public TCustomBindList

Description

Implements functionality to connect a list control to a data source, using binding expressions.

The TCustomBindListLink class is used to connect a list control to a data source such as a TBindScopeDB or a TPrototypeBindSource, using binding expressions. The expressions may be used to specify the way in which each row is filled. The binding expressions may be used to cause the control to be updated when the data source is changed. Also, they may be used to cause the data source to be updated when the control is edited or scrolled.

See Also