Text (xmlitem)
De Wiki1000
property Text:string;
Lecture/Ecriture
Cette propriété accède au texte de l'élément.
Exemple:
procedure foo(elt:TxmlItem); begin elt.Text := elt.Text+' more text with some <special chars> which will be encoded.'; end;
Voir aussi: