System.JSON.BSON.TBsonReader.ReadInternal

From RAD Studio API Documentation

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.

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

See Also