Data.Bind.Controls.TBindNavigatorController.DataSource
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
property DataSource: TBaseBindScopeComponent read FDataSource write SetDataSource;
C++
__property Data::Bind::Components::TBaseBindScopeComponent* DataSource = {read=FDataSource, write=SetDataSource};
Description
Links the binding database navigator to the data that it controls.
Use the DataSource property to link the binding database navigator with a specific data that it can control. Specify the data source component that identifies the data that this navigator manipulates.