ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
7. Multilingual applications in practice
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Installing a SOAP server with Apache
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
KioskDisable (Function)
Disables kiosk mode for the current application.
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Installing a Webservice (old format)
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.