ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Different types of data (Type of variable)
A variable is defined by name and type......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Automation object
The Automation keyword is used to declare an automation object...
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Log (Function)
Calculates the decimal logarithm of a numeric value.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
Wi-Fi functions
Functions for Wi-Fi management...
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
Composite variable
A composite variable contains different types of elements (members)...
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
Handling menu options programmatically
The menu options can be handled......