System.JSON.Readers.TJsonTextReader.ReadInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadInternal: Boolean; override;

C++

virtual bool __fastcall ReadInternal();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonTextReader

Description

Provides the implementation for Read.

ReadInternal returns True while there are JSON tokens to read, or False otherwise.

See Also