ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mouse management functions
List of functions for mouse management...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
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).
1. Project and analysis
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Managing main window menus
A main menu is necessarily associated with a window......
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
The different types of windows
The following types of windows can be created in a WINDEV application......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Wi-Fi functions
Functions for Wi-Fi management...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Generating an application for Universal Windows 10 App
IF statement
The conditional IF statement allows you to run an action according to a condition...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....