API:System.JSON.Readers.TJsonObjectReader.Rewind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Rewind; override;

C++

virtual void __fastcall Rewind();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonObjectReader

Description

Resets the state of the reader to Start in order to start again reading the JSON document.

System.JSON.Readers.TJsonObjectReader.Rewind inherits from System.JSON.Readers.TJsonReader.Rewind. All content below this line refers to System.JSON.Readers.TJsonReader.Rewind.

Resets the state of the reader to Start in order to start again reading the JSON document.

Rewind changes the State of the reader to Start, the same state that the reader has when you create it, and before starting reading JSON tokens.

See Also