System.Classes.TBinaryReader.ReadUInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadUInt64: UInt64; virtual;

C++

virtual unsigned __int64 __fastcall ReadUInt64(void);

Properties

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

Description

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

ReadUInt64 reads a UInt64 value from the underlying stream and advances into the stream.

See Also