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.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event...
<Document variable>.Save (Function)
Saves a document as a "docx" file.
Automatic documentation of external components
External components must include a technical documentation......
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element,...
<Document variable>.Add (Function)
Adds an element, document, paragraph, text, image or fragment to the end of a Document variable..
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document...
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows...
Site map of PC SOFT documentation
NotesDocumentNext (Function)
Positions on the document found after the current document in Lotus Notes.
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
NotesDocumentPrevious (Function)
Positions on the document found before the current document in Lotus Notes.
docStyle (Type of variable)
... to a document, a paragraph or a document fragment.
1
2
3
4
5
6
67
>