System.JSON.Readers.TJsonObjectReader.Rewind

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

Delphi

procedure Rewind; override;

C++

virtual void __fastcall Rewind();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonObjectReader

説明

リーダーの状態を開始 にリセットし、JSON ドキュメントの読み込みを再度開始します。

System.JSON.Readers.TJsonObjectReader.Rewind は System.JSON.Readers.TJsonReader.Rewind を継承しています。以下の内容はすべて System.JSON.Readers.TJsonReader.Rewind を参照しています。

リーダーの状態を開始 にリセットし、JSON ドキュメントの読み込みを再度開始します。

Rewind は、リーダーの状態開始、つまりリーダーが作成され、JSON トークンの読み込みを開始する前と同じ状態に変更します。

関連項目