System.JSON.Writers.TJsonTextWriter.WriteMaxKey
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 | TJsonTextWriter | 
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.