ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Constants used by the scanner functions
Constants used by the scanner functions...
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
OrgModify (Function)
Modifies an element in an Organization Chart control.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Various WEBDEV constants
Various WEBDEV constants...
13. Debugger
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
iFont (Function)
Selects the default font.
LoadWDL (Example)
Usage example of the LoadWDL function