ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Drive variable>.CopyFile (Function)
Copies a single file on a remote drive to another directory on same drive.
<Notification variable>.Delete (Function)
Removes a notification from the system bar.
<Connection variable>.ModifyServerRights (Function)
Sets the rights granted to a user or group on an HFSQL server.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<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>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<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>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
Property Description (Variable type)
The Property Description type is used to get information about a property.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<httpRequest variable>.WriteCookie (Function)
Adds or modifies a cookie in an HTTP request.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....