ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
iPrintImage (Function)
Sends the image file to print to the print buffer.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
fMoveFile (Function)
Moves a file from one directory to another.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...