System.JSON.Writers.TJsonObjectWriter.WriteMaxKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteMaxKey; override;

C++

virtual void __fastcall WriteMaxKey()/* overload */;

Properties

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

Description

Writes a Max Key value.

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

Writes a Max Key value.

According to the BSON specification, when comparing a Max Key with any other object, the Max Key is always greater.

See Also