ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
ErrorBuild (Function)
Displays a custom error message in a system error window.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Handling menu options programmatically
The menu options can be handled......
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
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......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Phone constants (Android / iOS)
ERR_NO_END_TAG
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
ERR_NOTAVAILABLE
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
1. Managing emails
WINDEV includes multiple methods to manage emails...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Example for creating a select query
This help page explains how to create two select queries......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......