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

TJSONEventReader.OnNullValue

Event fired when a JSON null value is encountered

Declaration

Source position: jsonreader.pp line 121

public property TJSONEventReader.OnNullValue : TNotifyEvent
  read FOnNullValue
  write FOnNullValue;

Description

OnNullValue is fired when a JSON null value is encountered during parsing. The event handler receives the sender object as parameter. This event corresponds to JSON null values in the input data.

See also

TNotifyEvent


Documentation generated on: Jan 27 2026