IPWorks MQ 2020 C++ Builder Edition

Questions / Feedback?

StartDocument Event

Fires when the start of a new JSON document is encountered.

Syntax

typedef struct {
} TipqJSONStartDocumentEventParams;

typedef void __fastcall (__closure *TipqJSONStartDocumentEvent)(System::TObject* Sender, TipqJSONStartDocumentEventParams *e);

__property TipqJSONStartDocumentEvent OnStartDocument = { read=FOnStartDocument, write=FOnStartDocument };

Remarks

This event fires when parsing of a JSON document begins. This event may fire multiple times if InputFormat is set to a value which accepts multiple JSON documents.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 C++ Builder Edition - Version 20.0 [Build 8155]