System.JSON.Readers.TJsonReader.FCurrentState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

FCurrentState: TState;

C++

TState FCurrentState;

Propriétés

Type Visibilité  Source Unité  Parent
field protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


Description

Variable pour CurrentState qui stocke l'état en cours du lecteur.

FCurrentState est un type de variable TState.

TState est un type d'énumération avec tous les états possibles du lecteur :

TState = (Start, Complete, &Property, ObjectStart, &Object, ArrayStart, &Array, Closed, PostValue, ConstructorStart, &Constructor, Error, Finished)

Voir aussi