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...
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
NotesListAttachment (Function)
Returns the list of files attached to an item of the current document in Lotus Notes.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
DocUndoRedoDeleteAll (Function)
Deletes the entire history of Undo/Redo mechanism for a Word Processing document....
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
docFragment (Type of variable)
... document.
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
pdfAttachment (Type of variable)
... document.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
ScanWithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
pdfBookmark (Type of variable)
... document.
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
.NET Assemblies
.NET is Microsoft's software development platform......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document...
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...