ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
PDFSign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
User report editor (Reports & Queries)
A report provides a custom view of data......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Description (Property)
The Description property is used to get and change the page description.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....