ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
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).......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
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......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
System constants
List of constants used by the system functions....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
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......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
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, ......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Compilation options (HLP format)
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
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....
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......