API:System.JSON.Writers.TJsonTextWriter.WriteStartObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteStartObject; override;

C++

virtual void __fastcall WriteStartObject();

Properties

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

Description

Writes the beginning of a JSON object.

System.JSON.Writers.TJsonTextWriter.WriteStartObject inherits from System.JSON.Writers.TJsonWriter.WriteStartObject. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteStartObject.

Writes the beginning of a JSON object.

See Also