ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reloading a document
To reload a document, ...
ShellExecute (Function)
Opens a document in its associated application.
Associating documents with the project
To describe a project in detail, you can associate documents with it...
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
XMLDocument (Function)
Creates a new XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document...
docFormatting (Type of variable)
... Processing document.
StartPosition (Property)
... document
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
DisplayModeAutoWhenLoading (Property)
... when loading a PDF document.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
htmlAttribute (Type of variable)
... of an element in an HTML document.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
mongoOperationAdd (Type of variable)
The mongoOperationAdd type is used to define all the advanced characteristics of a document add...
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible...
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible...
<Word Processing>.GoIntoEdit (Function)
Enters Word Processing control in a specific part of the document: body, header or footer.
DocGoIntoEdit (Function)
Enters Word Processing control in a specific part of the document: body, header or footer.