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

TJSONEventReader.OnKeyName

Event fired when a JSON object key name is encountered

Declaration

Source position: jsonreader.pp line 129

public property TJSONEventReader.OnKeyName : TOnJSONKey
  read FOnKeyName
  write FOnKeyName;

Description

OnKeyName is fired when a JSON object key name is encountered during parsing. The event handler receives the sender object and the key name as parameters. This event is fired for the key portion of key-value pairs in JSON objects.

See also

TOnJSONKey

  

Event handler for JSON object key names


Documentation generated on: Jan 27 2026