ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page Footer block
The Page footer block is run at the end of each page......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Creating the menus for the windows of the WINDEV RAD pattern
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Push notification
A mobile device can receive push notifications......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Code snippets
The code editor allows you to enter "Code snippets"......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
IF statement
The conditional IF statement allows you to run an action according to a condition...