IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

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


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

typedef struct {
     String Text;
} TipwJSONJSONEventParams;

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]