ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Various constants
List of various constants used by the constants WINDEV functions....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Error 17: OTHER CASE must be the last statement used in SWITCH
29. SEO in practice
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Replication management functions
Three types of replication are proposed......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Report and project
In most cases, a report is linked to a project......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
7. Multilingual sites in practice