System.JSON.Writers.TJsonWriter.InternalWriteStart

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Description

Ecrit le token de début en fonction du type de conteneur en cours.

Paramètres :

  • Token : le token de début.
  • Container : le type de conteneur.

Voir aussi