ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
Creating the Form pages of a WEBDEV RAD pattern
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Creating the link buttons in the windows of a WINDEV RAD pattern
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Constant
The constants are language elements whose value is fixed once and for all...
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
List of extension attributes
The list of extension attributes ......
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
16. Java applications in practice
Java applications in practice...
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Creating the Vision pages of the WEBDEV RAD pattern
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Creating the Vision windows of the WINDEV RAD pattern