ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
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...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
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....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Replication management functions
Three types of replication are proposed......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
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....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......