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.
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment....
GglUploadDocument (Function)
Uploads a document to the Google server.
NotesDocumentSeek (Function)
Seeks a document in Lotus Notes.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
XMLSave (Function)
Saves an XML document in a file.
DocPrint (Function)
Prints a document in "docx" format.
DocSave (Function)
Saves a document as a "docx" file.
iPrintDoc (Function)
Prints a document in "docx" format.
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
PDFPassword (Function)
Protects a PDF document with a password.
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLFind (Function)
Performs a search in an XML document.
1
3
4
5
6
7
67
>