API:System.JSON.BSON.TBsonReader.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.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Provides the implementation for Read.

System.JSON.BSON.TBsonReader.ReadInternal inherits from System.JSON.Readers.TJsonReader.ReadInternal. All content below this line refers to System.JSON.Readers.TJsonReader.ReadInternal.

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