API:Data.Bind.Components.TBindListLink

From RAD Studio API Documentation

TBindListLinkData.Bind.Components.TCustomBindListLinkData.Bind.Components.TCustomBindListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponent

Delphi

TBindListLink = class(TCustomBindListLink)

C++

class PASCALIMPLEMENTATION TBindListLink : public TCustomBindListLink

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. {{#multireplace:Data.Bind.Components.TBindListLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomBindListLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCustomBindListLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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