RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.NextValue Method

Returns the type of the next item in the reader object's stream without moving the position of the stream.

Pascal
function NextValue: TValueType;
C++
__fastcall TValueType NextValue();

NextValue is used internally by reader methods to query the type of the next item in the stream. After identifying the type of the next item, NextValue returns with the stream position still before the value-type indicator. 

 

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