System.Classes.TBinaryReader.ReadInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadInt32: Integer; inline;

C++

int __fastcall ReadInt32();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryReader

Description

Reads a signed integer value from the stream.

ReadInt32 reads an Integer value from the underlying stream, advances into the stream, and returns it. ReadInteger also reads Integer; these two methods are similar.

See Also