System.JSON.Writers.TJsonObjectWriter.WriteMinKey

From RAD Studio API Documentation
Revision as of 22:54, 24 August 2015 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.Writers.TJsonObjectWriter.WriteMinKey|api}} ==Description== {{#lsth:API:System.JSON.Writers.TJsonObjectWriter.WriteMinKey|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonObjectWriter

Description

Writes a Min Key value.

System.JSON.Writers.TJsonObjectWriter.WriteMinKey inherits from System.JSON.Writers.TJsonWriter.WriteMinKey. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteMinKey.

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