ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
Native Sybase Connector for WINDEV and WEBDEV 2024
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Detailed use of WINDEV FTP/RPC
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
9. Types of standard controls
Types of standard controls...
15. Unit tests on the executable