System.Classes.TBinaryReader.ReadByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadByte: Byte; virtual;

C++

virtual System::Byte __fastcall ReadByte();

Properties

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

Description

Reads a Byte value. ReadByte reads a Byte value from the underlying stream, advances into the stream, and returns it.


See Also