ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
The Organizer control
The Organizer control is used to display and handle organizers......
Google constants
List of constants used by the Google functions....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
iParameterPDF (Function)
Defines the options for the generated PDF file.
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
dCopy (Function)
Copies an image to another image.
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....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) 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....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
SNMPGetTable (Function)
Reads a table of SNMP values.
XML functions
List of XML functions...
EmailUpdate (Example)
Usage example of the EmailUpdate function
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function