ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Deploying a dynamic site (Session or AWP) in practice
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Functions for managing AAFs (Automatic Application Features)
The following functions are used to manage AAFs (Automatic Application Features):...
Functions for managing Organizer controls (prefix syntax)
The following functions are used to handle the Organizer control via prefix syntax:...
Assisted input management functions (prefix syntax)
The following functions are used to manage the assisted input (prefix syntax) in edit controls...
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
GDI+ framework
Some WINDEV features use the GDI+ framework......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
fResourceDir (Function)
Returns the path of the read-only resources of the application.
How to create a patch?
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
4. Monitor your applications