API:Data.Bind.Components.TBindGridList

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindGridList = class(TCustomBindGridList)
C++
class PASCALIMPLEMENTATION TBindGridList : public TCustomBindGridList
Description
Implements functionality to fill a list control from a data source.
Data.Bind.Components.TBindGridList inherits from Data.Bind.Components.TCustomBindGridList. All content below this line refers to Data.Bind.Components.TCustomBindGridList.
Implements functionality to fill a list control from a data source.
The TCustomBindGridList class is used to fill a list control from 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.