ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Print constants
List of constants used by the print functions....
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
Handling a control through programming in a report
All report controls can be handled through programming......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Bar Code management functions
The following functions are used to manage bar codes:...
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Error 1044: The class is already derived from this class
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
8. Windows in practice
Discover the main actions that can be performed on the windows....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.