ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes...
Using an external component in an application
A component can be reused at any time in any application...
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event...
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<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.
<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.
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
NoteTitle (Property)
documentation of a control, window, page or report. Change the title of the notes used in the technical...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
NotesDocumentPrevious (Function)
Positions on the document found before the current document in Lotus Notes.
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.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
1
2
3
4
5
6
66
>