ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CertificateOpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
<Certificate variable>.OpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Scheduler control events
The following events associated with Scheduler controls:...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
7. Multilingual applications in practice
Binding controls to data
A window or page can display information from......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Telephony functions
List of telephony functions...
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....