ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2025
WINDEV Mobile 2025 is available!
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
2025 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2025 in the What's new 2025 brochure.
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...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2025 Tutorial - Table of contents
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Border (Property)
The Border property is used to get and change the borders of an element.
SaaSChangePassword (Function)
Changes the password of the connected user.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Operations performed on class diagrams
The following paragraphs explain......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Size (Property)
The Size property is used to determine and change the size of an element.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Multiline Zone control functions
Functions for handling Multiline Zone controls....
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
HPass (Function)
Defines the password used to create or open a data file.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Sound (Function)
Plays a sound in WAV format.
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
fUnlock (Function)
Entirely or partially unlocks an external file.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
HExecuteView (Example)
Usage example of the HExecuteView function