ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
HChangeConnection (Example)
Usage example of the HChangeConnection function
DownloadAdd (Function)
Adds a new download in the device's download manager....
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
ControlClone (Function)
Creates a new control from an existing control.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Beep (Function)
Emits a beep.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
DashMode (Function)
Opens or closes the Dashboard control edit mode.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......