ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
PVTFilter (Function)
Enables or disables a filter in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
ListInfo (Function)
Gets the type and number of elements in a WLanguage list. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
PVTCalculateAll (Function)
Calculates or recalculates all the data of a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
SysNotificationProgressBarUpdate (Function)
Updates the characteristics of a progress bar present in a system notification. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 1....
<sysNotificationProgressBar variable>.Update (Function)
Updates the characteristics of a progress bar present in a system notification. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 1....
SysIsAdministrator (Function)
Indicates whether the current user has administrator rights on the computer. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<Pivot Table>.Filter (Function)
Enables or disables a filter in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Pivot table>.CalculateAll (function)
Calculates or recalculates all the data of a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<List variable>.Info (Function)
Gets the type and number of elements in a WLanguage list. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
ShamirCreateShares (Function)
Creates a set of shares for the same secret using Shamir's algorithm. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
wdbaasListUser (Function)
Returns the list of users of a WEBDEV OAuth authentication server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<zipArchive variable>.EndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of a data series in a "Scatter" chart. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....