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...
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
<mongoCollection variable>.DeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
1
3
4
5
6
7
38
>