API:System.JSON.Writers.TJsonObjectWriter.WritePropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WritePropertyName(const Name: string); overload; override;

C++

virtual void __fastcall WritePropertyName(const System::UnicodeString Name)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter

Description

Writes the property name of a name/value pair on a JSON object.

System.JSON.Writers.TJsonObjectWriter.WritePropertyName inherits from System.JSON.Writers.TJsonWriter.WritePropertyName. All content below this line refers to System.JSON.Writers.TJsonWriter.WritePropertyName.

Writes the property name of a name/value pair on a JSON object.

Parameters:

  • Name: The name of the property.

See Also