System.JSON.Writers.TJsonWriter.WriteStartConstructor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteStartConstructor(const Name: string); virtual;

C++

virtual void __fastcall WriteStartConstructor(const System::UnicodeString Name);

Properties

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

Description

Writes the start of a javascript constructor.

Parameters:

  • Name: Name for the constructor.

See Also