System.JSON.TJSONByteReader.HasMore
Delphi
function HasMore(const Size: Integer): Boolean;
C++
bool __fastcall HasMore(const int Size);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONByteReader |
Description
Renvoie si d'autres octets sont disponibles pour la lecture.
La méthode HasMore renvoie True s'il y a Size autres octets disponibles pour la lecture, False sinon.