ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous Windows functions
List of miscellaneous Windows functions
Windows Scheduler functions
List of functions for managing the scheduler
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
SNMP functions
List of SNMP functions
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Service functions
List of functions for managing services
Mouse functions
List of functions for mouse management
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Registry functions
List of functions for managing the registry
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
Recycle bin functions
List of functions for managing the recycle bin
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Reals
Multiline strings
To type character strings over several lines in the code editor...
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series...
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Operations performed on collaboration diagrams
The following paragraphs explain......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Private Store for mobile applications
There are two methods two deploy your applications......
Color (Property)
The Color property is used to get and change the color of an element.
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
PermissionRequest (Function)
Prompts the user to grant an application permission.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HConnect (Example)
Usage example of the HConnect function
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin...
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design...
EnumSubElement (Example)
Usage example of the EnumSubElement function