Unit 'JsonReader' Package
[Overview][Types][Classes][Index] [#fcl]

TOnJSONString

Event handler for JSON string values

Declaration

Source position: jsonreader.pp line 84

type TOnJSONString = procedure(

  Sender: TObject;

  const AValue: TJSONStringType

) of object;

Arguments

Sender

  

Object that triggered the event

AValue

  

String value found in the JSON data

Description

TOnJSONString is an event handler type that is called when a JSON string value is encountered during parsing. The event provides the sender object and the string value that was found in the JSON data.

See also

TJSONEventReader.OnStringValue

  

Event fired when a JSON string value is encountered


Documentation generated on: Jan 27 2026