System.JSON.Readers.TJsonTextReader.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.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonTextReader


Description

Fournit l'implémentation pour Read.

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

Voir aussi