System.JSON.BSON.TBsonWriter.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.BSON.pas System.JSON.BSON.hpp |
System.JSON.BSON | TBsonWriter |
Description
Writes the start of a javascript constructor.
System.JSON.BSON.TBsonWriter.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.