API:System.JSON.BSON.TBsonWriter.WriteEnd

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

Delphi

procedure WriteEnd(const Token: TJsonToken); override;

C++

virtual void __fastcall WriteEnd(const System::Json::Types::TJsonToken Token)/* overload */;
inline void __fastcall  WriteEnd(System::Json::Types::TJsonContainerType ContainerType){ System::Json::Writers::TJsonWriter::WriteEnd(ContainerType); }
inline void __fastcall  WriteEnd(){ System::Json::Writers::TJsonWriter::WriteEnd(); }

プロパティ

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

説明

現在の JSON オブジェクトまたは JSON 配列の終了を書き込みます。

System.JSON.BSON.TBsonWriter.WriteEnd は System.JSON.Writers.TJsonWriter.WriteEnd を継承しています。以下の内容はすべて System.JSON.Writers.TJsonWriter.WriteEnd を参照しています。

現在の JSON オブジェクトまたは JSON 配列の終了を書き込みます。

  • ContainerType: 指定されたコンテナ種別の終了を書き込みます。
  • Token: 指定された終了トークンを書き込みます。

関連項目