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

TJSONEventReader.OnFloatValue

Event fired when a JSON floating-point value is encountered

Declaration

Source position: jsonreader.pp line 124

public property TJSONEventReader.OnFloatValue : TOnJSONFloat
  read FOnFloatValue
  write FOnFloatValue;

Description

OnFloatValue is fired when a JSON floating-point number is encountered during parsing. The event handler receives the sender object and the floating-point value as parameters. This event is fired for JSON numbers that contain decimal points or exponential notation.

See also

TOnJSONFloat

  

Event handler for JSON floating-point values


Documentation generated on: Jan 27 2026