System.JSON.TJSONByteReader.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Empty: Boolean; virtual;

C++

virtual bool __fastcall Empty(void);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONByteReader

Description

Returns whether there are more bytes available for reading.

The Empty method returns True if there are no more bytes available for reading, False if bytes remain that have not been read yet.

See Also