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

TOnJSONFloat

Event handler for JSON floating-point values

Declaration

Source position: jsonreader.pp line 80

type TOnJSONFloat = procedure(

  Sender: TObject;

  const AValue: TJSONFloat

) of object;

Arguments

Sender

  

Object that triggered the event

AValue

  

Floating-point value found in the JSON data

Description

TOnJSONFloat is an event handler type that is called when a JSON floating-point number value is encountered during parsing. The event provides the sender object and the floating-point value that was found in the JSON data.

See also

TJSONEventReader.OnFloatValue

  

Event fired when a JSON floating-point value is encountered


Documentation generated on: Jan 27 2026