Data.Bind.Components.TLinkFillControlToField.DataSource

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DataSource: TBaseLinkingBindSource read GetDataSource write SetDataSource;

C++

__property DataSource;

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkFillControlToField

説明

このデリゲート コンポーネントがリンクする TBaseLinkingBindSource オブジェクトを示します。

Data.Bind.Components.TLinkFillControlToField.DataSource は Data.Bind.Components.TLinkControlToFieldDelegate.DataSource を継承しています。以下の内容はすべて Data.Bind.Components.TLinkControlToFieldDelegate.DataSource を参照しています。

このデリゲート コンポーネントがリンクする TBaseLinkingBindSource オブジェクトを示します。

DataSource を使用すると、指定されたデータセットに接続する TBaseLinkingBindSource オブジェクトを決定または設定することができます。

関連項目