Unit 'JsonWriter' Package
[Overview][Classes][Index] [#fcl]

TAbstractJSONWriter.StartProperty

Start writing a property in a JSON object

Declaration

Source position: jsonwriter.pp line 57

public procedure TAbstractJSONWriter.StartProperty(

  const aName: string

); virtual; abstract;

Arguments

aName

  

The name of the property to start writing

Description

StartProperty begins writing a property in a JSON object. This method must be followed by a WriteValue call and then EndProperty. This is an abstract method that must be implemented by derived classes.

See also

EndProperty

  

End writing a property in a JSON object

WriteValue

  

Write a JSON value to the output

WriteProperty

  

Write a named property to a JSON object


Documentation generated on: Jan 27 2026