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......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Customizing the User Groupware
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
"?" menu
WINDEV proposes a help menu adapted to your applications......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.