SaveToString (xmldoc)
<source lang='delphi'>function SaveToString:string;</source>
Cette fonction sauvegarde le document dans une chaîne.
Pas de paramètre |
Exemple: <source lang='delphi'> function foo(doc:TxmlDocument):string; begin
Result := doc.SaveToString;
end; </source>
Voir aussi:
{{#if:Documents XML (tech)|
{{#if:Documents XML (tech)|— Documents XML (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}