ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Windows
The windows represent the main interface of a WINDEV application......
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Error 1005: To explicitly access a global element of '%1' class, use the syntax
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Copying and cloning
Variables are copied using the "=" operator...
WEBDEV 2024 Tutorial