ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dialog box functions
List of functions for managing dialog boxes...
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
TelemetrySendData (Function)
Sends telemetry data immediately.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
InfoBuild (Function)
Displays a custom message in a system information window.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Report controls
Several types of controls can be handled in a report created by the report editor......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.