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

TOnJSONInteger

Event handler for JSON integer values

Declaration

Source position: jsonreader.pp line 83

type TOnJSONInteger = procedure(

  Sender: TObject;

  const AValue: Integer

) of object;

Arguments

Sender

  

Object that triggered the event

AValue

  

Integer value found in the JSON data

Description

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

See also

TJSONEventReader.OnIntegerValue

  

Event fired when a JSON integer value is encountered


Documentation generated on: Jan 27 2026