IPWorks MQ 2020 C++ Builder Edition

Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

typedef struct {
  String Text;
} TipqJSONJSONEventParams;

typedef void __fastcall (__closure *TipqJSONJSONEvent)(System::TObject* Sender, TipqJSONJSONEventParams *e);

__property TipqJSONJSONEvent OnJSON = { read=FOnJSON, write=FOnJSON };

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

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