System.JSON.Writers.TJsonWriter.InternalWriteStart
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: コンテナ種別。