Data.Bind.Components.TCustomBindList
Delphi
TCustomBindList = class(TActivatedContainedBindComponent, IBindActivate)
C++
class PASCALIMPLEMENTATION TCustomBindList : 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 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.