IPWorks 2020 C++ Builder Edition

Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

typedef struct {
  String Text;
} TipwJSONJSONEventParams;

typedef void __fastcall (__closure *TipwJSONJSONEvent)(System::TObject* Sender, TipwJSONJSONEventParams *e);

__property TipwJSONJSONEvent 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 2020 C++ Builder Edition - Version 20.0 [Build 8307]