API:System.JSON.Readers.TJsonReader.TState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

enum class DECLSPEC_DENUM TState : unsigned char { Start, Complete, Property, ObjectStart, Object, ArrayStart, Array, Closed, PostValue, ConstructorStart, Constructor, Error, Finished };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !