Text (xmlitem)
<source lang='delphi'>property Text:string;</source>
Lecture/Ecriture
Cette propriété accède au texte de l'élément.
Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); begin
elt.Text := elt.Text+' more text with some <special chars> which will be encoded.';
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 —
}}