ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
12. Available tests
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
ERR_DISCONNECTED_EXEC
1. What is a website?
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
9. Types of standard controls
Types of standard controls...
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Detailed use of WINDEV FTP/RPC
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....