RAD Studio VCL Reference
|
Creates a TDBXReader for a TDataSet instance.
constructor Create(Params: TDataSet; InstanceOwner: Boolean = True);
__fastcall TDBXDataSetReader(TDataSet Params, Boolean InstanceOwner = True);
This method creates a TDBXReader for a TDataSet instance. If InstanceOwner is true, the TDataSet instance is freed when this TDBXDataSetReader instance is freed.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|