RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.Read Method

Advances reader to next row in result set.

Pascal
function Read: Boolean; override;
C++
virtual __fastcall Boolean Read();

Read advances to the next row in the result set. It returns true if there are more rows and false otherwise.

Note: The starting position of a reader is before the first row, so you must call Read to start getting data.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!