System.JSON.Builders.TJSONCollectionBuilder.DoResetWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoResetWriter(AWriter: TJsonWriter); virtual;

C++

virtual void __fastcall DoResetWriter(System::Json::Writers::TJsonWriter* AWriter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Override DoResetWriter to reset the underlying builder stream.

Override the DoResetWriter method to reset the underlying builder stream as part of the Clear method call.

DoResetWriter raises a EJSONCollectionBuilderError exception if no TResetWriterProc was assigned at creation.

See Also