System.JSON.BSON.TBsonWriter.WriteMaxKey

From RAD Studio API Documentation
Revision as of 14:46, 2 February 2016 by AChaves (talk | contribs) (RS-66772)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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