RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSimpleDataSet.DataSet Property

Provides access to the internal dataset that fetches data from the server.

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

Read DataSet to access the internal dataset that TSimpleDataSet uses to fetch data from the server. TSimpleDataSet populates its Data property by fetching data from this internal dataset using an internal provider component. 

 

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