System.JSON.BSON.TBsonWriter.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 TBsonWriter

Description

Resets the internal state of the BSON writer, to allow you to write from the beginning.

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

See Also