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

TJSONEventReader.OnIntegerValue

Event fired when a JSON integer value is encountered

Declaration

Source position: jsonreader.pp line 125

public property TJSONEventReader.OnIntegerValue : TOnJSONInteger
  read FOnIntegerValue
  write FOnIntegerValue;

Description

OnIntegerValue is fired when a JSON integer value that fits in a standard integer is encountered during parsing. The event handler receives the sender object and the integer value as parameters. This event is fired for JSON numbers that can be represented as 32-bit signed integers.

See also

TOnJSONInteger

  

Event handler for JSON integer values


Documentation generated on: Jan 27 2026