System.JSON.Writers.TJsonObjectWriter.WriteEnd

De 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){ TJsonWriter::WriteEnd(ContainerType); }
inline void __fastcall  WriteEnd(void){ TJsonWriter::WriteEnd(); }

Propriétés

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

Description

Ecrit la fin du tableau ou objet JSON en cours. {{#multireplace:System.JSON.Writers.TJsonObjectWriter.WriteEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:System.JSON.Writers.TJsonWriter.WriteEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:System.JSON.Writers.TJsonWriter.WriteEnd|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Ecrit la fin du tableau ou objet JSON en cours.

Voir aussi