Data.Bind.Components.TBindLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindLinkData.Bind.Components.TExpressionsBindComponentData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTBindLink

Delphi

TBindLink = class(TCustomBindLink)

C++

class PASCALIMPLEMENTATION TBindLink : public TCustomBindLink

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Used when creating bindings to the columns in the grid of a dataset.

In general, TBindLink is used for linking operations, for example, linking dataset fields to various lists. TBindLink is built on the TCustomBindLink class and publishes a set of additional properties that can be accessed from within the Object Inspector.

See Also