ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
<Window>.EdLoad (Function)
Loads the changes made by the end user in a window.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......