ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
fExeDir (Function)
Returns the directory from which the execution is started.
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
Report viewer: Proposing several reports
In the document preview, end users can......
WDXView : Use
This help page presents the different features of WDXView......
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
Android Widget windows
An Android application can contain one or more Widget windows......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Programming the table cells
The Table controls can be handled......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
The Dashboard control
Dashboards are essential elements in an application......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
WDZip: Creating or modifying an archive
This help page explains how to......
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
WDDIXIO overview