ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
GDI+ framework
Some WINDEV features use the GDI+ framework......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
Customizing the report viewer: Available windows
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
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).
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .