API:Data.Bind.Components.TBindList

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentData.Bind.Components.TContainedBindComponentTBindList

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

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.

See Also