RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXReader.Reset Method

Position reader before first row.

Pascal
function Reset: Boolean; virtual;
C++
virtual __fastcall Boolean Reset();

Reset positions the reader before the first row. It returns true if this operation is supported, and the reader can complete the operation. Some readers may only be able to support this operation for small row sets. 

 

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