API:System.JSON.Writers.TJsonObjectWriter.WriteMinKey
Delphi
procedure WriteMinKey; override;
C++
virtual void __fastcall WriteMinKey(void)/* 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 Min Key value. {{#multireplace:System.JSON.Writers.TJsonObjectWriter.WriteMinKey|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Writers.TJsonWriter.WriteMinKey|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Writers.TJsonWriter.WriteMinKey|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.