ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SocketWrite (Function)
Writes a message intended to another socket.
Local procedure
Two types of procedures are available......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Changing sites from AWP to SEO-ready session mode
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
NFCSendTag (Function)
Sends a NFC tag to another device.
HSubstDir (Example)
Usage example of the HSubstDir function
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HSetLog (Function)
Enables or disables log management on a file.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
2. How to test a site?