System.JSON.Writers.TJsonWriter.InternalWritePropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalWritePropertyName(const Name: string);

C++

void __fastcall InternalWritePropertyName(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
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.

Updates the property name of the current position.

Updates the state of the writer according to the array of states and transitions provided by the StateArrayTemplate.

Calls OnBeforeWriteToken to prepare the writer to actually write the token.

See Also