ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<emailIMAPSession variable>.ExecuteCommand (Function)
Sends an IMAP command to the mail server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<ftpConnection variable>.Get (Function)
Transfers a file or directory from an FTP server (File Transfer Protocol) to the current computer. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<emailIMAPSession variable>.SubscribeToFolder (Function)
Adds an existing folder to the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<Notification variable>.SendPush (Function)
Sends a push notification to a mobile device (iOS or Android).
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<Connection variable>.DeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<Connection variable>.ListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<upnpDevice variable>.GetBrightness (Function)
Retrieves the brightness of a UPnP device.
<emailOutlookSession variable>.ChangeFolder (Function)
Modifies the current folder in the Outlook messaging software.
<ftpConnection variable>.ListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<ftpConnection variable>.MakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....