ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
10. UMC: User Macro-Code
The Context Menu control (WEBDEV)
Context menus are often used in websites......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Debugging constants
List of constants used by the debugging functions...
WinStatus (Function)
Identifies or modifies the window status.
zipOpen (Function)
Opens an existing archive.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
xBase files: Limits
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Automatic management of exceptions
The management of exceptions can be customized by process......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...