System.JSON.Writers.TJsonTextWriter.WriteMaxKey

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure WriteMaxKey; override;

C++

virtual void __fastcall WriteMaxKey()/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter


説明

Max Key 値を書き込みます。

BSON 仕様では、Max Key を他の任意のオブジェクトと比較すると常に Max Key の方が大きくなると定義されています。

関連項目