ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
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......
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.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
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).
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
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....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......