Data.Bind.Components.TLinkControlToField.DataSource

From RAD Studio API Documentation

Delphi

property DataSource: TBaseLinkingBindSource read GetDataSource write SetDataSource;

C++

__property DataSource;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkControlToField

Description

Specifies a TBaseLinkingBindSource object to which this delegate component links. {{#multireplace:Data.Bind.Components.TLinkControlToField.DataSource|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TLinkControlToFieldDelegate.DataSource|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TLinkControlToFieldDelegate.DataSource|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies a TBaseLinkingBindSource object to which this delegate component links.

Use DataSource to determine or set the TBaseLinkingBindSource object that connects to a specific dataset.

See Also