System.Classes.TBinaryReader.ReadBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadBoolean: Boolean; virtual;

C++

virtual bool __fastcall ReadBoolean();

Properties

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

Description

Reads a Boolean value from the stream. ReadBoolean reads a Boolean value from the underlying stream, advances into the stream, and returns it.


See Also