System.JSON.BSON.TBsonReader.ReadInternal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadInternal: Boolean; override;

C++

virtual bool __fastcall ReadInternal();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader


Description

Fournit l'implémentation pour Read.

ReadInternal renvoie True tant qu'il y a des tokens JSON à lire, et False sinon.

Voir aussi