RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParamsReader.CopyReaderToParams Method

Copies contents of current TDBXReader row into TParams.

Pascal
class procedure CopyReaderToParams(Reader: TDBXReader; Params: TParams); static;
C++
static __fastcall CopyReaderToParams(TDBXReader Reader, TParams Params);

CopyReaderToParams copies the contents of the current TDBXReader row into the TParams instance. 

 

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