Data.Bind.Components.TCustomBindListLookup

From RAD Studio API Documentation
Revision as of 17:36, 2 August 2012 by L10nBot (talk | contribs) (fixed links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Data.Bind.Components.TCustomBindListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindListLookup

Delphi

TCustomBindListLookup = class(TCustomBindList)

C++

class PASCALIMPLEMENTATION TCustomBindListLookup : 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.

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