ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using an external component in an application
A component can be reused at any time in any application...
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes...
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Document variable>.UndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image...
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event...
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event...
HTML document management functions
List of functions that manipulate HTML documents....
Notes document management functions
List of functions for managing Notes documents...
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...
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.
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......
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.
docStyle (Type of variable)
... to a document, a paragraph or a document fragment.
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view...
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view...
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view...
1
2
3
4
5
6
38
>