API:Data.Bind.Components.TBindGridLink
Delphi
TBindGridLink = class(TCustomBindGridLink)
C++
class PASCALIMPLEMENTATION TBindGridLink : public TCustomBindGridLink
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Implements functionality to connect a grid or a list control to a data source.
Data.Bind.Components.TBindGridLink inherits from Data.Bind.Components.TCustomBindGridLink. All content below this line refers to Data.Bind.Components.TCustomBindGridLink.
Implements functionality to connect a grid or a list control to a data source.
The TCustomBindGridLink class is used to connect a grid (or list) control to a data source such as a TBindScopeDB or a TPrototypeBindSource, using binding expressions. The expressions may be used to specify the way in which each row is filled. The binding expressions may be used to cause the control to be updated when the data source is changed. Also, they may be used to cause the data source to be updated when the control is edited or scrolled.