System.Classes.TBinaryReader.ReadWord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadWord: Word; virtual;

C++

virtual System::Word __fastcall ReadWord();

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. ReadWord reads a Word value from the underlying stream and advances into the stream. ReadUInt16 also reads Word; these two methods are similar.

See Also