RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXReaderValue.SetDBXReader Method

Set TDBXReader value for TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.

Pascal
procedure SetDBXReader(const Value: TDBXReader; const AInstanceOwner: Boolean); override; overload;
C++
virtual __fastcall SetDBXReader(const TDBXReader Value, const Boolean AInstanceOwner);

SetDBXReader sets the TDBXReader value for a TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.  

AInstanceOwner defaults to true if this parameter is not specified. If AInstanceOwner is true, this instance of TDBXWritableValue takes care of freeing the TDBXReader instance when it is no longer needed. 

If MaxRows is unspecified or less than 0, all rows are used. Otherwise MaxRows are used. 

 

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