ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Constants for managing arrays
List of constants used by the functions for array management....
Events associated with Chart controls
List of events associated with the Chart controls...
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Starting WDOptimizer in a command line
dbgInfo (Function)
Returns a debug information.
Name (Property)
The Name property is used to get the name of an element.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......