System.JSON.BSON.TBsonReader.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.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Resets the state of the reader to Start in order to start reading the source data.

See Also