System.Classes.TBinaryReader.ReadUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadUInt16: Word; inline;

C++

System::Word __fastcall ReadUInt16();

Properties

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

Description

Reads a Word value from the stream. ReadUInt16 reads a Word value from the underlying stream and advances into the stream. ReadWord also reads Word; these two methods are similar.

See Also