ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_CANNOT_RUN_EXPLORER
Deletes all the cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
ERR_MSG_BOX
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
PVTExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Pivot Table>.CollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Pivot Table>.ExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
CertificateExtractEnvelopedMessage (Function)
Checks the validity of a PKCS7 wrapped signature and extracts the wrapped message. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
PDFControlInfoXY (Function)
Returns the characteristics of an interactive control currently hovered over in a PDF Reader control. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<ftpConnection variable>.CurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>.GetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. Note: This feature is only available from the subscription-based version of WINDEV Suite 2025 - Update 2....
FTPDeconnecte_objetftpConnexion (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
HSecurityPolicyUnlockAccount (Function)
Unlocks a user account that has been locked due too many unsuccessful login attempts. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Connection variable>.SecurityPolicyUnlockAccount (Function)
Unlocks a user account that has been locked due too many unsuccessful login attempts. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......