Data.Bind.Components.TCustomBindLink

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TCustomBindLink = class(TExpressionsBindComponent, IBindLink, IBindTrack)
C++
class PASCALIMPLEMENTATION TCustomBindLink : public TExpressionsBindComponent
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.