ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLDocument (Function)
Creates a new XML document.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
The Calculated control
The "Calculated" control is used to perform calculations in a report......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
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).
WinStatus (Function)
Identifies or modifies the window status.
Generating an application for Universal Windows 10 App
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Action Bar control events
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
HOnError (Function)
Customizes the management of HFSQL errors.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.