ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fEncrypt (Function)
Encrypts a file in binary or ASCII format.
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......
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....
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....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
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)...
HTMLToText (Function)
Converts an HTML string or buffer to text.
Android Control Center
Do you know where to find your application log files?...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Warning 12: The label is unused
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Creating the menus for the windows of the WINDEV RAD pattern
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....