ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Structure (Type of variable)
A structure is a custom type of data...
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
fExeDir (Function)
Returns the directory from which the execution is started.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Report viewer: Proposing several reports
In the document preview, end users can......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Printing in PDF format: Special cases
Specific features of print in PDF format...
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....