ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
<Source>.LogRecreate (Function)
Used to re-create an empty log.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Installing the HFSQL Server module
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<Page>.OpenChild (Function)
Opens a non-modal child window.
Events associated with a Spreadsheet control
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
Programming an indexed control
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
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....
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Error 111: The Pascal string %1 is too long
Error 1017: The method is not global: use: to access it
Windows
The windows represent the main interface of a WINDEV application......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......