System.JSON.Writers.TJsonWriter.WriteUndefined

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteUndefined; virtual;

C++

virtual void __fastcall WriteUndefined();

Properties

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

Description

Writes an undefined value.

See Also