System.JSON.Readers.TJsonReader.ReadInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadInternal: Boolean; virtual; abstract;

C++

virtual bool __fastcall ReadInternal() = 0 ;

Properties

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

Description

Provides the implementation for Read.

ReadInternal provides the implementation for the Read function to read JSON data.

ReadInternal returns True when the input data contains more tokens to read, and False after reading the last token.

See Also