System.JSON.Writers.TJsonObjectWriter.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.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter

Description

Resets the internal state of the JSON Writer allowing writing from the beginning.

System.JSON.Writers.TJsonObjectWriter.Rewind inherits from System.JSON.Writers.TJsonWriter.Rewind. All content below this line refers to System.JSON.Writers.TJsonWriter.Rewind.

Resets the internal state of the JSON Writer allowing writing from the beginning.

The current state of the writer is set to Start, and resets the current position.

See Also