System.JSON.Writers.TJsonObjectWriter.WriteStartConstructor
Delphi
procedure WriteStartConstructor(const Name: string); override;
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 | TJsonObjectWriter |
Description
Writes the start of a javascript constructor.
System.JSON.Writers.TJsonObjectWriter.WriteStartConstructor inherits from System.JSON.Writers.TJsonWriter.WriteStartConstructor. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteStartConstructor.
Writes the start of a javascript constructor.
Parameters:
Name: Name for the constructor.