API:Data.Bind.Components.TCustomBindGridListLookup

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindGridListData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindGridListLookup

Delphi

TCustomBindGridListLookup = class(TCustomBindGridList)

C++

class PASCALIMPLEMENTATION TCustomBindGridListLookup : public TCustomBindGridList

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.TCustomBindGridListLookup inherits from Data.Bind.Components.TCustomBindGridList. All content below this line refers to Data.Bind.Components.TCustomBindGridList.

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

The TCustomBindGridList 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.

See Also