ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Error 305: The element does not exist in the window
Warning 18: Loop without potential end
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
String functions
List of functions for managing character strings...
WINDEV and OPC
OPC stands for "OLE for Process Control"......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Style of a control
As soon as it is created, a control is associated with a style......
SQL view
An SQL view is a virtual data source defined by an SQL query......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Copying controls from the window editor
The controls can be copied from the window editor......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
16. Java applications in practice
Java applications in practice...
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......