ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HOpenConnection (Example)
Usage example of the HOpenConnection function
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Configuring the setup program
Two tools can be used to create a setup program......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
StringBuild (Function)
Builds a character string from an initial string and parameters.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...