ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Compound statements
Open (Function)
Opens a modal WINDEV window.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min