ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
FinNetCurrentVal (Function)
Returns the net current value of investment.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
Creating nested reports
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
MCI constants
List of constants used by the MCI functions....
Fax constants
List of constants used by the functions for managing faxes....
Border management constants
List of constants used by the border management functions....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
ThreadEnd (Function)
Ends the execution of the current thread.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
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......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Manager of automated tests
The test manager is used to......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
CursorCapture (Example)
Usage example of the CursorCapture function