API:Data.Bind.Components.TBindList

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindList = class(TCustomBindList)
C++
class PASCALIMPLEMENTATION TBindList : public TCustomBindList
Description
Implements functionality to fill a list control from a data source.
Data.Bind.Components.TBindList inherits from Data.Bind.Components.TCustomBindList. All content below this line refers to Data.Bind.Components.TCustomBindList.
Implements functionality to fill a list control from a data source.
The TCustomBindList class is used to fill a list control from a data source such as a TBindScopeDB or a TPrototypeBindSource, using binding expressions.