HashValue (xmldoc)
<source lang='delphi'>property HashValue:string;</source>
Lecture seule
Cette propriété retourne une chaîne représentant un scellement du contenu du document.
![]() |
Note : Le sceau est un tableau de 8 octects représenté par une chaîne de 16 caractères hexadécimaux. |
Exemple: <source lang='delphi'> procedure foo(doc:TxmlDocument); begin
if doc.HashValue<>SavedHashValue then begin // document has been changed .... end;
end; </source>
Voir aussi:
{{#if:Documents XML (tech)|
{{#if:Documents XML (tech)|— Documents XML (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}