ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
WINDEV Mobile 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2026
WINDEV Mobile 2026 is now available.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
WINDEV Mobile 2026 Tutorial - Table of contents
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol).
New Features brochure - Version 28: New features in WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure.
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
New products brochure 27: WINDEV Mobile new products
New features in WINDEV Mobile 27 presented in the New Features brochure.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
IWListDisplay (Function)
Refreshes an "Internal window" control with automatic iteration on a table or query.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
<Spreadsheet>.Load (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Error 123: The constant already exists
Establishes a connection between the client and a WebSocket server....
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
<Spreadsheet>.GetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
<ANSI string>.AnsiToUnicode (Function)
Converts a string in ANSI (Windows) format into a string in Unicode format.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
Ad control properties
An Ad control can be manipulated in WLanguage in a window with the following properties.
<Window>.InHeight (Function)
Returns the interior height of a window (without title bar and border).
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
tapiGetNumber (Function)
Opens a window that allows sharing the user's phone number(s)....
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Properties associated with a supercontrol
List of properties associated with a supercontrol...
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.