Field-Map Scripting

4.1.11.1.2 OpenLockedXMLDocument

OpenLockedXMLDocument function


Prototype:

function OpenLockedXMLDocument(const FileName : string) : TScriptXMLDocument;

Description:

Use OpenLockedXMLDocument to open the specified XML document and make it available for other ScriptingXML members.

Syntax:

variable := OpenLockedXMLDocument(FileName);


Part

Description


variable

A variable declared as an instance of the TScriptXMLDocument class


FileName

The name and path of the XML file to be opened

Return value:

TScriptXMLDocument instance or nil if the document could not be open or parsed



See also:

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


Example