ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Events associated with a Gantt Chart column
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
EmailCheckAddress (Function)
Checks the validity of an email address.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
iDestination (Function)
Configures the print destination.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
fChangeExtension (Function)
Changes the extension of a file on disk.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HOpenConnection (Function)
Opens a connection to a specific database.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
VibrationTrigger (Function)
Triggers the vibrations of the device.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
NextTitle (Function)
Modifies the title of next window to open.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.