System.JSON.Writers.TJsonWriter.InternalWriteEnd

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

Delphi

procedure InternalWriteEnd(Container: TJsonContainerType);

C++

void __fastcall InternalWriteEnd(System::Json::Types::TJsonContainerType Container);

プロパティ

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


説明

コンテナ種別に応じて終了トークンを書き込みます。

パラメータ:

  • Container: コンテナ種別。

関連項目