メインメニューを開く

RAD Studio API Documentation β

System.JSON.Writers.TJsonTextWriter.WriteMaxKey

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 の方が大きくなると定義されています。

関連項目