ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
DnDEvent (Example)
Usage example of the DnDEvent function
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Programming custom calculations in Table controls
fImageSelect (Function)
Opens the image picker of Windows.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
ControlClone (Function)
Creates a new control from an existing control.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated with a shape in a diagram.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
11. User Macro-Code: UMC in practice
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup 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......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......