System.JSON.Writers.TJsonWriter.WritePropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TJsonWriter

Description

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

Parameters:

  • Name: The name of the property.

See Also