RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParamsReader.ToParams Method

Copies contents of current TDBXReader row into new TParams.

Pascal
class function ToParams(AOwner: TPersistent; Reader: TDBXReader; AOwnsInstance: Boolean): TParams; static;
C++
static __fastcall TParams ToParams(TPersistent * AOwner, TDBXReader Reader, Boolean AOwnsInstance);

ToParams copies the contents of the current TDBXReader row into a new TParams instance. The new TParams instance is constructed with the AOwner argument instance as its owner. 

 

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