ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
12. Retrieving data from a site
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
WaitWindowStart (Function)
Opens the wait window of application.
Component diagram
A component diagram shows the physical and static architecture of a system software......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
HChangeConnection (Example)
Usage example of the HChangeConnection function
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Style sheet
A style sheet ("......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
5. Deploying a dynamic site (Session or AWP) in practice