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

TJSONEventReader.OnBooleanValue

Event fired when a JSON boolean value is encountered

Declaration

Source position: jsonreader.pp line 122

public property TJSONEventReader.OnBooleanValue : TOnJSONBoolean
  read FOnBooleanValue
  write FOnBooleanValue;

Description

OnBooleanValue is fired when a JSON boolean value is encountered during parsing. The event handler receives the sender object and the boolean value as parameters. This event corresponds to JSON True and False values in the input data.

See also

TOnJSONBoolean

  

Event handler for JSON boolean values


Documentation generated on: Jan 27 2026