RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParamsReader.Create Constructor

Creates TDBXReader for TParams instance.

Pascal
constructor Create(Params: TParams; InstanceOwner: Boolean = True);
C++
__fastcall TDBXParamsReader(TParams Params, Boolean InstanceOwner = True);

This method creates a TDBXReader for a TParams instance. If the InstanceOwner argument is true, the TParams instance is freed when this TDBXParamsReader instance is freed. 

 

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