RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBOleControl.DataSource Property

Specifies the link to the dataset where the data-aware ActiveX control finds its data.

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

Set DataSource to the TDataSource object that links to the dataset where the data-aware object should fetch its data. DataSource allows the data-aware control to read from, write to, and navigate around the dataset. 

 

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