API:System.JSON.Readers.TJsonTextReader.ReadInternal

From RAD Studio API Documentation

Delphi

function ReadInternal: Boolean; override;

C++

virtual bool __fastcall ReadInternal(void);

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. {{#multireplace:System.JSON.Readers.TJsonTextReader.ReadInternal|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Readers.TJsonReader.ReadInternal|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Readers.TJsonReader.ReadInternal|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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