Text (xmlitem)
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:
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: