Field-Map Scripting

4.1.11.1.6 FreeXMLDocument

FreeXMLDocument procedure


Prototype:

procedure FreeXMLDocument (var AXMLDoc : TScriptXMLDocument);

Description:

Serves to finish editing process of XMLDocument. Frees up the memory

Syntax:

FreeXMLDocument (AXMLDoc);


Part

Description


AXMLDoc

Variable in TScriptXMLDocument format

Return value:

none




See also:

OpenXMLDocument; OpenLockedXMLDocument; OpenXMLDocumentExt; OpenXMLDocumentFromString; OpenXMLDocumentFromStringExt; FreeXMLDocument; GetAttributeValueFromXMLDocument


Example