ErrorInfos (xmldoc)

De Wiki1000

<source lang='delphi'>property ErrorInfos:string;</source>

Lecture seule

Cette propriété contient les informations sur l'éventuelle erreur de chargement du document.

Exemple: <source lang='delphi'> procedure foo(doc:TxmlDocument); begin

 try
   doc.LoadFromFile(..);
 except
 showMessage(doc.ErrorInfos);
 end;

end; </source>

Voir aussi:

{{#if:Documents XML (tech)|

{{#if:Documents XML (tech)|— Documents XML (tech) |}} — Développement DSM

|

{{#if:|— [[{{{1}}}]] |}} — Développement DSM

}}