ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

France.CheckSIREN (Function)
Checks the validity of a French SIREN number (Système d'Identification du Répertoire des Entreprises)....
fRead (Example)
Usage example of the fRead function
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Automation object
The Automation keyword is used to declare an automation object...
SQLFirst (Function)
Positions on the first row of the query result.
DDERetrieve (Example)
Usage example of the DDERetrieve function
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
iCreateFont (Function)
Creates a new print font.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
France.CheckSIRET (Function)
Checks the validity of a French SIRET number (Système d'Identification du Répertoire des Etablissements)....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
HCopyFile (Example)
Usage example of the HCopyFile function
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.