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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!