IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

type TJSONEvent = procedure JSON(Sender: TObject; const Text: String) of object;

property OnJSON: TJSONEvent read FOnJSON write FOnJSON;

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 Delphi Edition - Version 16.0 [Build 7353]