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

TJSONEventReader.OnInt64Value

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

Declaration

Source position: jsonreader.pp line 126

public property TJSONEventReader.OnInt64Value : TOnJSONInt64
  read FOnInt64Value
  write FOnInt64Value;

Description

OnInt64Value is fired when a JSON integer value that requires 64-bit representation is encountered during parsing. The event handler receives the sender object and the 64-bit integer value as parameters. This event is fired for JSON numbers that exceed the range of 32-bit integers but fit in 64-bit signed integers.

See also

TOnJSONInt64

  

Event handler for JSON 64-bit integer values


Documentation generated on: Jan 27 2026