System.JSON.Builders.TJSONIterator.TRewindReaderProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRewindReaderProc = reference to procedure (AReader: TJsonReader);

C++

__interface TRewindReaderProc  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONIterator

Description

Reference to a procedure that rewinds the input data of the specified JSON reader.

Note: TJsonReader.Rewind does not rewind the input data, it resets the state of the JSON reader. This procedure must rewind the actual data stream that provides the input data of the JSON reader.

See Also