System.JSON.Writers.TJsonWriter.InternalWriteStart

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

Delphi

procedure InternalWriteStart(Token: TJsonToken; Container: TJsonContainerType);

C++

void __fastcall InternalWriteStart(System::Json::Types::TJsonToken Token, System::Json::Types::TJsonContainerType Container);

プロパティ

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


説明

現在のコンテナ種別に応じて開始トークンを書き込みます。

パラメータ:

  • Token: 開始トークン。
  • Container: コンテナ種別。

関連項目