ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Operations performed on state-transition diagrams
The following paragraphs explain......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Software license agreement
WINDEV Express license agreement...
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.