ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EndProgram (Function)
Ends the execution of the current program.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
iParameterViewer (Function)
Configures the report viewer.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
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....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HDescribeFile (Function)
Describes a table programmatically.
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... database schema....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
HTMLToRGB (Function)
Converts the HTML color into RGB color.