ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Alias (Property)
The Alias property gets the alias of an element.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Name (Property)
The Name property is used to get the name of an element.
DownloadAdd (Function)
Adds a new download in the device's download manager....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Type (Property)
The Type property is used to get and change the type of an element.
iBorder (Example)
Usage example of the iBorder function
Text (Property)
The Text property is used to get and modify text.
Title (Property)
The Title property is used to get and change the title of an element.
Height (Property)
The Height property is used to get and change the height of an element.
TwainState (Function)
Returns the status of the current source.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Width (Property)
The Width property is used to determine and change the width of an element.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
SysInstance (Function)
Returns the instance of a module.
Runtime error management functions
List of functions for managing runtime errors...
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.