ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Events associated with internal windows
List of events associated with internal windows...
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
TableInfoXY (Example)
Usage example of the TableInfoXY function
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......