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.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
DocRedo (Function)
Restores the last undone action on a Word Processing document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
NotesModifyItem (Function)
Modifies the specified item of the current document in Lotus Notes.
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
xmlNode (Variable type)
The xmlNode type is used to handle a node of an XML document.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.