ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
dFill (Example)
Usage example of the dFill function
Replace (Example)
Usage example of the Replace function
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
13. Debugger
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
Configuring the setup program
Two tools can be used to create a setup program......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
SaaSAdminSubscriptionDeallocateLicense (Function)
Cancels a subscription license for a SaaS user.
TableInfoXY (Example)
Usage example of the TableInfoXY function
Constants used for managing the multi-touch
Constants for managing the multi-touch...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
fSelect (Function)
Opens the Windows file picker.
JSONToVariant (Example)
Usage example of the JSONToVariant function
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop