API:System.JSON.BSON.TBsonWriter.WriteUndefined

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteUndefined; override;

C++

virtual void __fastcall WriteUndefined();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Writes an undefined value.

System.JSON.BSON.TBsonWriter.WriteUndefined inherits from System.JSON.Writers.TJsonWriter.WriteUndefined. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteUndefined.

Writes an undefined value.

See Also