ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
2. User-friendly editors in practice
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Environment of the window editor
The main elements of window editor are as follows:
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Creating the skin template of a report
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Events associated with windows
List of events associated with windows...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Multiline (Property)
The Multiline property determines if an element supports multiline text.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....