ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
System constants
List of constants used by the system functions....
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
The Site Map control
The Site Map control allows the Web user to......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.