Event fired when a JSON floating-point value is encountered
Source position: jsonreader.pp line 124
public property TJSONEventReader.OnFloatValue : TOnJSONFloat |
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.
|
Event handler for JSON floating-point values |