ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
FileDisplay (Function)
Displays a file in the browser of Web user.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.