ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
grDestinationWMF (Function)
Defines a meta file as chart destination.
Referring to an element in a WLanguage event / process
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Border (Type of variable)
The Border type is used to handle a border through programming...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
zipCreateExe (Example)
Usage example of the zipCreateExe function
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
Automation object
The Automation keyword is used to declare an automation object...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
OpenMobileWindow (Function)
Opens a window in a mobile application.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Constants for managing the modification of windows by the user
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....