ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
2. UML models
Creating help pages
A help system includes several pages......
2. UML models
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Setup on a local network (LAN)
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Assignment of RETURN
The return value of the process currently run can be assigned...
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
Customizing the User Groupware
Functions for managing the Combinations and Enumerations
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......