ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Drive variable>.CopyDirectory (Function)
Copies a directory on a remote drive to another directory.
<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....
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of the connection: the higher the level is, the faster the connection is.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Connection variable>.InfoViewRights (Function)
Gets the rights granted to a user or group on an SQL view or on a materialized view.
<DiskFile variable>.OpenTempFile (Function)
Creates and opens a temporary file.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
<Drive variable>.DeleteDirectory (Function)
Deletes a directory and its files from a remote drive.
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
<Drive variable>.DownloadDirectory (Function)
Downloads a directory and its files from a remote drive to the user's computer....
<PolygonGeo variable>.IsValid (Function)
Checks whether the specified geographic polygon is valid according to the OGC rules.
<upnpDevice variable>.ModifyBrightness (Function)
Modifies the brightness of a UPnP device.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table....
<Palette variable>.Generate (Function)
Generates a palette from a base color.
<Connection variable>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
<DiskFile variable>.Close (Function)
Closes an external file.