Data.Bind.Components.TLinkPropertyToField.DataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSource;

C++

__property DataSource;

Properties

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

Description

Specifies a TDataSource object to which this delegate component links.

Data.Bind.Components.TLinkPropertyToField.DataSource inherits from Data.Bind.Components.TLinkPropertyToFieldDelegate.DataSource. All content below this line refers to Data.Bind.Components.TLinkPropertyToFieldDelegate.DataSource.

Specifies a TDataSource object to which this delegate component links.

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

See Also