ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
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.
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.
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.