RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDataSetReader.CopyReaderToClientDataSet Method

Copies contents of TDBXReader into TClientDataSet instance.

Pascal
class procedure CopyReaderToClientDataSet(Reader: TDBXReader; DataSet: TClientDataSet); static;
C++
static __fastcall CopyReaderToClientDataSet(TDBXReader Reader, TClientDataSet DataSet);

CopyReaderToClientDataSet copies the contents of a TDBXReader into a TClientDataSet instance. It returns the same TClientDataSet instance that was passed to this method. 

 

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