ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
User authentication: User Groupware
WINDEV Tutorial: User Groupware User authentication: User Groupware - 20 min
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
1. Managing emails
WINDEV includes multiple methods to manage emails...
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Deployment package
The deployment package creates a ZIP file containing the site's setup......
VaultUseContentsForTestMode (Function)
Forces the use of vault contents specifically included for testing purposes. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Pivot Table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Pivot Table>.HeaderValue (Function)
Returns the value displayed in a Pivot Table control header. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Pivot Table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<HFSQL connection>.StatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.