ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1....
<Variable sshSession>CommandConnector (Function)
Keeps the SSH session active between several commands sent (via the SSHCommand function) to an SSH server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Manipulating Dockable Panel controls programmatically
A Dockable Panel control can be handled programmatically......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
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.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Debugging functions
List of debugging functions...
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
1. Creating a WEBDEV project and its database schema
WEBDEV Tutorial - Creating a WEBDEV project and its database schema Lesson 1 - Creating a WEBDEV project and its database schema - 5 min
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
ERR_NO_DLLEXE
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......