ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

17. Project Management Hub
...Project Management Hub...
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.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
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....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
5. Deploying a dynamic site (Session or AWP) in practice
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
2. Analysis in practice
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Testing a project: setting
By testing the project you can simulate how the application will run......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
The requested action cannot been performed: the page was not synchronized
1. Project and analysis
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Print modes of a report
Several print modes are available for a report....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....