System.JSON.Writers.TJsonWriter.InternalWriteComment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InternalWriteComment;

C++

void __fastcall InternalWriteComment();

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 un commentaire.

Met à jour l'état de l'éditeur selon le tableau d'états et de transitions fourni par StateArrayTemplate.

Appelez OnBeforeWriteToken pour préparer l'éditeur à écrire effectivement le token.

Voir aussi