ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
HSetTrigger (Function)
Enables or disables the management of triggers.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
Specific features of the Express version
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.
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Constants for managing videos
List of constants used by the functions for video management....
Menu management functions
List of functions for managing menus...
Two-factor authentication management functions
Utilisation dans la classe Thread - Accès en Lecture - Type : Entier32...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......