ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
14. Generation modes
Generation modes...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....