System.Classes.TBinaryReader.ReadInteger
Delphi
function ReadInteger: Integer; virtual;
C++
virtual int __fastcall ReadInteger();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBinaryReader |
Description
Reads an integer value from the stream. ReadInteger reads an Integer value from the underlying stream, advances into the stream, and returns it. ReadInt32 also reads Integer; these two methods are similar.