RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.DataSet Property

Specifies the dataset that this adapter represents.

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

Set DataSet to associate this adapter with an existing dataset component. Read this property to access the dataset component that this adapter represents.

Note: Do not set DataSet to a unidirectional dataset. Unidirectional datasets do not work with the way dataset adapters position themselves on records.
 

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