JSON Event

Fires with the JSON data being written.

Syntax

type TJSONEvent = procedure (
  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) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]