System.Classes.TBinaryReader.ReadInteger

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Code Examples