ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Open (Function)
Opens a modal WINDEV window.
Recycle code windows
By default, a single code window is opened per ......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
7. Dynamic site on specific configurations
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
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, ......
Specific features of the applications for iPhone/iPad
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Restore (Function)
Displays a WINDEV window to its initial size.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.