System.JSON.Readers.TJsonReader.SetStateBasedOnCurrent
Delphi
procedure SetStateBasedOnCurrent;
C++
void __fastcall SetStateBasedOnCurrent();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | System.JSON.Readers.pas System.JSON.Readers.hpp | System.JSON.Readers | TJsonReader | 
説明
リーダーの現在の状態を、現在の JSON トークンのタイプを基に設定します。
TJsonContainerType に基づき、利用できる状態の値は次のとおりです:
- Object- TJsonContainerType は- &Object。 リーダーはオブジェクトです。
- Array- TJsonContainerType は- &Array。 リーダーは配列です。
- Constructor- TJsonContainerType は- &Constructor。 リーダーはコンストラクタです。
- None- TJsonContainerType は- None。 もう読み込むトークンはありません。