ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
Several print modes are available for a report.
The Tab control
The Tab control is used to simultaneously display different controls......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The Clickable Image control
The Clickable Image control can be used to......
Report controls
Several types of controls can be handled in a report created by the report editor......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Window controls
Several types of controls can be used in a window, ......
Specific features of the Express version
Image control in a window
This help page presents the characteristics of an Image control found in a window...
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
The Image control
The Image control is used to......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
DDESend (Function)
Sends a data to the program connected via DDE.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
WINDEV and the SOAP protocol
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......