System.JSON.Readers.TJsonTextReader.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 TJsonTextReader

Description

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

TJsonTextReader.Rewind inherits from TJsonReader.Rewind.

Rewind resets all the values that provide line information.

See Also