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
Used when creating bindings to the columns in the grid of a dataset.
In general, TBindLink is used for linking operations, for example, linking dataset fields to various lists. TBindLink is built on the TCustomBindLink class and publishes a set of additional properties that can be accessed from within the Object Inspector.