Data.Bind.Components.TCustomBindLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TExpressionsBindComponentData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindLink

Delphi

TCustomBindLink = class(TExpressionsBindComponent, IBindLink, IBindTrack)

C++

class PASCALIMPLEMENTATION TCustomBindLink : public TExpressionsBindComponent

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.

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