RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBNavigator.DataSource Property

Links the navigator to the dataset that it controls.

Pascal
property DataSource: TDataSource;
C++
__property TDataSource DataSource;

Use the DataSource property to link the database navigator with a dataset. Specify the data source component that identifies the dataset that the navigator manipulates. 

 

TDataSource 

TNavDataLink 

Using a Single Navigator for Multiple Datasets

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!