Show: Delphi
C++
Display Preferences
System.Classes.TReader.ReadValue
From XE2 API Documentation
Delphi
function ReadValue: TValueType;
C++
TValueType __fastcall ReadValue(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TReader |
Description
Reads the type of the next item on the reader object's stream and returns with the stream positioned after the value-type indicator.
ReadValue is used by other reader methods when the subsequent processing depends upon a type check of the data about to be read.