Data.Bind.Components.TCustomBindGridListLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindGridListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindGridListLink

Delphi

TCustomBindGridListLink = class(TCustomBindGridList, IBindPosition,
IBindLink, IBindListUpdate)

C++

class PASCALIMPLEMENTATION TCustomBindGridListLink : public TCustomBindGridList

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 grid or a list control to a data source, using binding expressions.

The TCustomBindGridListLink class is used to connect a grid (or list) control to a data source such as 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