ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
NextTitle (Function)
Modifies the title of next window to open.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
FaxConnect (Function)
Establishes a connection to a fax server.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
RegistryValueType (Function)
Returns the type of value found in the registry.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
fMoveDir (Function)
Moves a directory and its content.
Find out the account that runs the AWP protocol
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
NetworkConnect (Function)
Associates a drive with a shared network directory.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......