ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Fax constants
List of constants used by the functions for managing faxes....
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxPause (Function)
Pauses a fax in the spooler.
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
The "Commands" pane
The "Commands" pane lists......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
Error 1033: The access directives are not allowed in a structure
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Error 1007: The member is global: use the: operator: to access it
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
HCreateView (Example)
Usage example of the HCreateView function
HListItem (Example)
Usage example of the HListItem function
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Variable scope
Variables can be declared anywhere in the code....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
HReadSeek (Example)
Usage example of the HReadSeek function
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
HChangeKey (Example)
Usage example of the HChangeKey function