ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS constants
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
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......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
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......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
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......
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....
fCreate (Function)
Creates an external file.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......