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...
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
XMLPath (Function)
Returns the current position in the document in XPATH format.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
The Signature control
The Signature control is a report control used to sign......
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
NotesItemDimension (Function)
Returns the dimension of an item for the current document in Lotus Notes.
NotesModifyItem (Function)
Modifies the specified item of the current document in Lotus Notes.
NotesDeleteItem (Function)
Deletes the specified item from the current document in Lotus Notes.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
DocRedo (Function)
Restores the last undone action on a Word Processing document.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.