System.Classes.TBinaryReader.ReadInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadInt64: Int64; virtual;

C++

virtual __int64 __fastcall ReadInt64();

Properties

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

Description

Reads a 64-bit signed integer value from the stream.

ReadInt64 reads an Int64 value from the underlying stream, advances into the stream, and returns it.

See Also