System.JSON.BSON.TBsonWriter.WriteMinKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteMinKey; override;

C++

virtual void __fastcall WriteMinKey()/* 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 Min Key value.

According to the BSON specification, Min key is a special type which compares less than any other value in the specification. When comparing a Min Key with any other object, the Min Key is always lesser.

See Also