System.JSON.BSON.TBsonReader.ReadInternal
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.