Data.Bind.Components.TCustomBindListLookup

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindListLookup
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomBindListLookup = class(TCustomBindList)

C++

class PASCALIMPLEMENTATION TCustomBindListLookup : public TCustomBindList

Description

Implements functionality to fill a list control from a data source.

The TCustomBindListLookup 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. Expressions may be used to associate a key value with each row.

See Also