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

TOnJSONInt64

Event handler for JSON 64-bit integer values

Declaration

Source position: jsonreader.pp line 81

type TOnJSONInt64 = procedure(

  Sender: TObject;

  const AValue: Int64

) of object;

Arguments

Sender

  

Object that triggered the event

AValue

  

64-bit integer value found in the JSON data

Description

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

See also

TJSONEventReader.OnInt64Value

  

Event fired when a JSON 64-bit integer value is encountered


Documentation generated on: Jan 27 2026