ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
Array management functions
List of functions for managing arrays...
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
13. Debugger
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
ArrayCopy (Function)
Copies the content of an array to another array.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
ServicePause (Function)
Pauses a service.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Font management properties
List of font management properties...
CursorDisplay (Function)
Displays or hides the mouse cursor.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.