System.JSON.Builders.TJSONIterator.Rewind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Rewind;

C++

void __fastcall Rewind();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONIterator

Description

Moves the iterator back to the beginning of the input data.

If you did not pass a rewinding procedure to the iterator constructor, Rewind raises an exception.

See Also