Modified (xmldoc)

De Wiki1000

<source lang='delphi'>property Modified:boolean;</source>

Lecture écriture

Cette propriété indique si le document a été modifié depuis son chargement.

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

 if doc.Modified then
  begin
    // document has been changed
    doc.SaveToFile(doc.FileName);
  end;

end; </source>

Voir aussi:

{{#if:Documents XML (tech)|

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

|

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

}}