API:Data.Bind.Components.TBindLink

From RAD Studio API Documentation

TBindLinkData.Bind.Components.TCustomBindLinkData.Bind.Components.TExpressionsBindComponentData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponent

Delphi

TBindLink = class(TCustomBindLink)

C++

class PASCALIMPLEMENTATION TBindLink : public TCustomBindLink

Properties

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

Description

Implements a linking binding expression. {{#multireplace:Data.Bind.Components.TBindLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomBindLink|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.TCustomBindLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Implements a linking binding expression.

The TCustomBindLink class is the base class for linking binding expressions.

Linking components are used to bind a control to a data source so that the control can be used to edit the data source.

See Also