ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Service variable
The Service variable is used to......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
16. Java applications in practice
Java applications in practice...
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Other operators
The following are additional operators......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Control constants
List of constants used by the functions for managing controls...
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
WDDeploy features
WDDeploy can be used to......
SocketConnect (Function)
Connects a client computer to a given socket.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
The Upload control
The Upload control is used to upload files on the Web server......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...