ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile 2024 Tutorial - Table of contents
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Events associated with framesets
List of events associated with framesets...
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Native SQL Server Connector for WINDEV and WEBDEV 2024
Native Oracle Connector for WINDEV and WEBDEV
Activation key management functions
The following functions are used to manage activation keys:...
Runtime log
The runtime log is the best way to identify the most used features of an application......
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
Accessing a database via a web service
The database can be accessed via a web service......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......