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.
DocClose (Function)
Closes a docx file and frees the document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
OpenDocumentAsynchronous (Function)
Opens a document in a new (non-modal) window using the WINDEV editor adapted to the document....
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document...
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
NotesDocumentLast (Function)
Positions on the last document found in Lotus Notes.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
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.