API:Data.Bind.Components.TBindLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindLinkData.Bind.Components.TExpressionsBindComponentData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTBindLink

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.

Data.Bind.Components.TBindLink inherits from Data.Bind.Components.TCustomBindLink. All content below this line refers to Data.Bind.Components.TCustomBindLink.

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