ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
HDescribeItem (Example)
Usage example of the HDescribeItem function
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Size (Property)
The Size property is used to determine and change the size of an element.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
Clipboard management functions
List of functions for managing the clipboard...
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Unalterable (Property)
The property Unalterable property is used to set the inalterability of a table: the table cannot be modified; only additions can be made.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
URI constants
The following constants are used by URI-specific functions:...
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
gglContactGroup (Variable type)
The gglContactGroup is used to describe and modify a group of contacts used by the Google Contacts service...
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.