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

TOnJSONBoolean

Event handler for JSON boolean values

Declaration

Source position: jsonreader.pp line 79

type TOnJSONBoolean = procedure(

  Sender: TObject;

  const AValue: Boolean

) of object;

Arguments

Sender

  

Object that triggered the event

AValue

  

Boolean value found in the JSON data

Description

TOnJSONBoolean is an event handler type that is called when a JSON boolean value is encountered during parsing. The event provides the sender object and the boolean value that was found in the JSON data.

See also

TJSONEventReader.OnBooleanValue

  

Event fired when a JSON boolean value is encountered


Documentation generated on: Jan 27 2026