ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reloading a document
To reload a document, ...
ShellExecute (Function)
Opens a document in its associated application.
XMLDocument (Function)
Creates a new XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML 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.
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.
1
4
5
6
7
8
38
>