ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Font (Type of variable)
A Font variable creates a font programmatically...
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Video functions
List of video functions...
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Constants for external files
List of constants used by the functions for managing external files....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
xlsMsgError (Example)
Usage example of the xlsMsgError function
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
EmailUpdate (Example)
Usage example of the EmailUpdate function
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......