ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an Edit control in Date format with Calendar....
NetDirList (Function)
Lists the directories and the files found: on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV, on the client computer. This function is kept for backward compatibility....
wdbaasCreateUser (Function)
Creates a new user in the OAuth authentication server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
wdbaasUserInfo (Function)
Gets user information from the WEBDEV OAuth server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
wdbaasEditUser (Function)
Updates a user in the WEBDEV OAuth authentication server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
wdbaasDeleteUser (Function)
Removes a user from the WEBDEV OAuth authentication server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<ftpConnection variable>.FileExist (Function)
Checks if a given file exists on an FTP server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 1....
<emailIMAPSession variable>.SubscribeToFolder (Function)
Adds an existing folder to the list of subscribed folders. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
EmailSubscribeToFolder (Function)
Adds an existing folder to the list of subscribed folders. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
HSecurityPolicySet (Function)
Sets the password security policy of an HFSQL server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Connection variable>.SecurityPolicySet (Function)
Sets the password security policy of an HFSQL server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<Chart>.ScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart. 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....
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
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....