ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<ftpConnection variable>.Size (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<Connection variable>.DropView (Function)
Deletes a materialized view from the HFSQL server.
<Drive variable>.ListFile (Function)
Lists the files in a cloud-based drive directory.
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreate or HCreationIfNotFound).
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
<emailIMAPSession variable>.UnsubscribeFromFolder (Function)
Removes a folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Connection variable>.InfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.NotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
<upnpDevice variable>.GetVolume (Function)
Retrieves the volume of a UPnP device.
<PolygonGeo variable>.ConvexHull (Function)
Calculates the convex hull of the specified geographic polygon.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two tables on the server.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.SimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....