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.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLFind (Function)
Performs a search in an XML document.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document...
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document...
UseMode (Property)
... input. The mouse is used to select text in the document or to move within the document pages.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document...
NotesReset (Function)
Creates an empty document in Lotus Notes.
NotesSave (Function)
Saves the current document in Lotus Notes.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
DocClose (Function)
Closes a docx file and frees the document.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
<gglConnection variable>.GetDocument (Function)
Downloads a document from the Google Docs service.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
1
2
3
4
5
6
38
>