System.Classes.TBinaryReader.ReadUInt32

From RAD Studio API Documentation
Revision as of 15:26, 26 July 2012 by Denisa.ilascu (talk | contribs) (RAD-10735)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ReadUInt32: Cardinal; inline;

C++

unsigned __fastcall ReadUInt32(void);

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