System.JSON.Writers.TJsonObjectWriter.WriteNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteNull; override;

C++

virtual void __fastcall WriteNull();

Properties

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

Description

Writes a null value.

System.JSON.Writers.TJsonObjectWriter.WriteNull inherits from System.JSON.Writers.TJsonWriter.WriteNull. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteNull.

Writes a null value.

See Also