ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Warning (Function)
Displays a custom message in a system warning window.
How to create a menu?
Share your projects via Git
Git is a source code manager......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Info (Function)
Displays a custom message in a system information window.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Registry management functions
List of functions for managing the registry...
1. RAD (Rapid Application Development)
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......