Data.Bind.Components.TBindList
Delphi
TBindList = class(TCustomBindList)
C++
class PASCALIMPLEMENTATION TBindList : public TCustomBindList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Represents an expression used when binding components to lists.
You can populate a list with multiple data returned by a binding expression. TBindList is built on the TCustomBindList class and publishes a set of additional properties that can be accessed from within the Object Inspector.