System.JSON.BSON.TBsonWriter.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.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

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