System.JSON.TJSONByteReader.HasMore

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasMore(const Size: Integer): Boolean;

C++

bool __fastcall HasMore(const int Size);

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 HasMore method returns True if there are Size more bytes available for reading, False otherwise.

See Also