System.JSON.TJSONPathParser.IsEof
Delphi
property IsEof: Boolean read GetIsEof;
C++
__property bool IsEof = {read=GetIsEof};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONPathParser |
Description
Cette propriété est définie sur True si votre appel précédent à NextToken a renvoyé un token Eof, indiquant que votre itération au sein du chemin JSON cible a atteint la fin du chemin. Sinon, elle renvoie False.
- Remarque : Si vous transmettez au constructeur une chaîne vide comme la valeur du chemin JSON cible, IsEof est définie sur
Falsejusqu'à ce que NextToken soit appelée pour la première fois.