API:Data.Bind.Components.TBindLink

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