RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.ReadValue Method

Reads the type of the next item on the reader object's stream and returns with the stream positioned after the value-type indicator.

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

ReadValue is used by other reader methods when the subsequent processing depends upon a type check of the data about to be read. 

 

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