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

Delphi

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

C++

class PASCALIMPLEMENTATION TCustomBindListLink : public TCustomBindList

Properties

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

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