ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
12. Retrieving data from a site
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
History of versions
The history of setup versions is an advanced feature of the network setup......
EmailReadNext (Example)
Usage example of the EmailReadNext function
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Warning (Function)
Displays a custom message in a system warning window.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Reduce (Function)
Applies a computation to each element of a WLanguage array.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......