AddComment (xmlitem)
<source lang='delphi'>procedure AddComment(const iText:string);</source>
Cette procédure ajoute un commentaire à l'élément.
iText | Commentaire à ajouter |
Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); begin
elt.AddComment('This is a comment insered in the text stream.');
end; </source>
Voir aussi:
{{#if:Eléments XML (tech)|
{{#if:Eléments XML (tech)|— Eléments XML (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}