API:System.JSON.Writers.TJsonWriteState
Delphi
TJsonWriteState = (Error, Closed, &Object, &Array, &Constructor, &Property, Start);
C++
enum class DECLSPEC_DENUM TJsonWriteState : unsigned char { Error, Closed, Object, Array, Constructor, Property, Start };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | System.JSON.Writers.pas System.JSON.Writers.hpp |
System.JSON.Writers | System.JSON.Writers |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。