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.
XMLDocument (Function)
Creates a new XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
XMLRoot (Function)
Positions on the root tag of an XML document.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLPath (Function)
Returns the current position in the document in XPATH format.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
<Word Processing>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
Bookmark (Property)
The Bookmark property is used to manage the bookmarks of a document.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
Border (Property)
The Border property defines the characteristics of the borders in a document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.