Data.Bind.Components.TCustomBindGridLink

Delphi
TCustomBindGridLink = class(TActivatedContainedBindComponent, IBindPosition,
IBindLink, IBindLinkColumns, IBindListUpdate,
IScopeRecordEnumerableBuffered, IScopeRecordEnumerable, IScopeRecordControlUpdator)
C++
class PASCALIMPLEMENTATION TCustomBindGridLink : public TActivatedContainedBindComponent
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.
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.