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

TJSONEventReader.OnStartObject

Event fired when a JSON object begins

Declaration

Source position: jsonreader.pp line 130

public property TJSONEventReader.OnStartObject : TNotifyEvent
  read FOnStartObject
  write FOnStartObject;

Description

OnStartObject is fired when the start of a JSON object is encountered during parsing. The event handler receives the sender object as parameter. This event corresponds to opening curly braces in JSON data.

See also

OnEndObject

  

Event fired when a JSON object ends

TNotifyEvent


Documentation generated on: Jan 27 2026