| |
| Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
<AuthToken>.Logout | User logout. |
<AuthToken>.Revoke | Revokes a JSON Web Token (JWT). |
<Chart>.CategoryThumbnail | Initializes a category image in a Pie, Donut or Semi-circular chart. |
<Chart>.PPCImage | Defines the image used for a Pictorial Percentage chart. |
<Chart>.PPCMaximumValue | Specifies the maximum value used to calculate percentages in a Pictorial Percentage chart. |
<Connection variable>.DeleteSchedulingHistory | Deletes the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh. |
| Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 Update 2. |
<Connection variable>.ListSchedulingHistory | Lists the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh. |
<Connection variable>.RSTransformSpareIntoServer | Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1. |
<docFragment variable>.ClearFormatting | Replaces the current formatting of a selection with the default formatting. |
<Document variable>.ToHTML | Converts a Document variable into an HTML file. |
| Sends an IMAP command to the mail server. This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Adds an existing folder to the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Removes a folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Sends a specific FTP command to a server. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Connects the current computer to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Gets or sets the current directory on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Deletes a file from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Checks if a given file exists on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| 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. |
| Transfers a file from an FTP (File Transfer Protocol) server to the current computer. This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| 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. |
| Creates a directory on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Returns the name of the last file accessed by an FTP function (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Deletes a directory and its content (files and subdirectories) from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Renames or moves a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| 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. |
| Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Gets the attributes of a file located on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2. |
| Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Checks the structural integrity of memos in an HFSQL Client/Server data file. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Lists the operations performed on current data files, over the last 24 hours, or on the last 1000 files. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Gets various statistics on the keys of an HFSQL Client/Server data file. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Compares two images and returns a grayscale image and a percentage determining the differences between the images. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Compares two images and returns a grayscale image and a percentage determining the differences between the images. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
<Map>.IDGgl | Gets or sets the style used in the Map control. This style corresponds to a map ID defined in the Google Cloud console.This new function is available from version 2025 Update 2. |
<Menu>.AddMenuBrowser | Adds a new menu to an existing menu. This new menu can execute a browser procedure passed as a parameter. |
<Menu>.AddOptionBrowser | Adds a new option after the last option of a drop-down or context menu. This menu option executes a WLanguage procedure written in browser code. |
<Organizer>.BackgroundColor | Defines a background color for a time slot in an Organizer control. |
<pdfDocument variable>.Extract | Creates a new PDF document from individual pages extracted from an existing PDF file. |
<pdfDocument variable>.VerifySignatures | Checks the validity of PDF signatures. Note: This function is only available from version 2025 Update 1. |
| Compares two images and returns a grayscale image and a percentage determining the differences between the images. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
<Report>.InitReportVerso | Initializes the parameters of a report to be printed on the verso side of another report. |
<Scheduler>.BackgroundColor | Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.). |
<Source>.ImportCSV | Imports a CSV file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile). |
| Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent. |
| Keeps the SSH session active between several commands sent to an SSH server (using the SSHCommand function). This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Stops the SSH session that was active to send a series of commands. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
| Unblocks a user account blocked by too many unsuccessful login attempts. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Verifies that the password security policy associated with the HFSQL server is respected for each user account. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Retrieves the security policy of an HFSQL server.This new feature is available from version 2025 Update 3. |
| Modifies the password security policy of an HFSQL server. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Compares two images and returns a grayscale image and a percentage determining the differences between the images. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
<Word Processing>.ClearFormatting | Replaces the current formatting of a selection in a Word Processing control with the default formatting. |
<Word Processing>.ToHTML | Converts the content of a Word Processing control into an HTML file. |
| Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3. |
| Closes the connection between the current computer and the FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2. |