System.JSON.Builders.TJSONCollectionBuilder.TResetWriterProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TResetWriterProc = reference to procedure (AWriter: TJsonWriter);

C++

__interface TResetWriterProc  : public System::IInterface

Properties

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

Description

Reference to a procedure to reset the writer.

You can define TResetWriterProc at creation to determine how to reset the writer when calling the DoResetWriter method.

See Also