System.Classes.TBinaryReader.ReadUInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadUInt32: Cardinal; inline;

C++

unsigned __fastcall ReadUInt32();

Properties

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

Description

Reads an unsigned integer value from the stream.

ReadUInt32 reads a Cardinal value from the underlying stream, advances into the stream, and returns it. ReadCardinal also reads a Cardinal value; these two methods are similar.

See Also