ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enumeration (Type of variable)
An enumeration is a set of values......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
SaaSAdminFindClient (Function)
Finds a SaaS client account.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
fMoveFile (Function)
Moves a file from one directory to another.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
SaaSAdminFindSubscription (Function)
Finds a SaaS subscription.
SaaSAdminSubscriptionDeallocateLicense (Function)
Cancels a subscription license for a SaaS user.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Creating a table in a report
Tables can be created in a report......