ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
Managing parallel tasks
The computers are becoming more and more powerful......
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
fCreate (Function)
Creates an external file.
fAttribute (Function)
Returns or modifies the attributes of a file.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
fRename (Function)
Modifies the name of a file.
fSelect (Function)
Opens the Windows file picker.
HDFS functions
The following functions are used to manage files on a HDFS system......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
fTempPath (Function)
Returns the name of directory used to store the temporary files.
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......