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

TJSONEventReader.OnStringValue

Event fired when a JSON string value is encountered

Declaration

Source position: jsonreader.pp line 128

public property TJSONEventReader.OnStringValue : TOnJSONString
  read FOnStringValue
  write FOnStringValue;

Description

OnStringValue is fired when a JSON string value is encountered during parsing. The event handler receives the sender object and the string value as parameters. This event corresponds to JSON string literals enclosed in double quotes.

See also

TOnJSONString

  

Event handler for JSON string values


Documentation generated on: Jan 27 2026