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...
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Binding a Combo Box control to an item
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
dbgEndRecording (Function)
Stops recording the scenario.
Pop (Function)
Pops an element from a stack.
<Stack variable>.Pop (Function)
Pops an element from a stack.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
SysWinTitle (Function)
Returns the title of the window.
HStopServer (Function)
Stops an HFSQL server.
2. Static or dynamic site
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
Progress Bar control properties
List of properties associated with the Progress Bar control...
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Declaring and using a variable
A variable is defined by name and type......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......