RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.DataSet Property

Specifies the TDataSet object that represents the data that this TDataLink is tracking.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

Read DataSet to determine the dataset that this TDataLink helps manage. The TDataLink responds to data events that are received by the DataSet, and makes changes to the dataset on behalf of the object that owns the TDataLink object. 

 

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