Data.Bind.Controls.TBindNavigatorController.DataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSource: TBaseBindScopeComponent read FDataSource write SetDataSource;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

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.

See Also