Data.Bind.Components.TBindListLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBindListLink = class(TCustomBindListLink)

C++

class PASCALIMPLEMENTATION TBindListLink : public TCustomBindListLink

Description

Represents an expression used when binding columns in the grids of a dataset to a list.

You can populate a list with multiple data returned by a binding expression, from the grid of a dataset. TBindListLink is built on the TCustomBindListLink class and publishes a set of additional properties that can be accessed from within the Object Inspector.

See Also