ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism.
Points to consider if your customers use Windows Vista (and later)
Windows Vista (and later) proposes several improvements...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
zipExist (Function)
Used to find out whether an archive exists.
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
zipListFile (Function)
Returns the list of files found in an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
ERR_NO_WDADMIN
Handling an internal component
An internal component is a set of elements from a project......
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Extracting messages added or modified since last extraction
A project was already created and translated......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
First project window
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.