API:System.JSON.Writers.TJsonWriteState

提供: RAD Studio API Documentation
移動先: 案内検索

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。