Data.Bind.Controls.TBindNavigatorController.DataSource

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

Delphi

property DataSource: TBaseBindScopeComponent read FDataSource write SetDataSource;

C++

__property Data::Bind::Components::TBaseBindScopeComponent* DataSource = {read=FDataSource, write=SetDataSource};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController


説明

バインディング データベース ナビゲータを、それが制御するデータにリンク付けします。

DataSource プロパティを使用すると、バインディング データベース ナビゲータを、それが制御することができる特定のデータと、リンク付けすることができます。このナビゲータが操作するデータを識別する、データソース コンポーネントを示します。

関連項目