System.JSON.Writers.TJsonWriter.WritePropertyName
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.