ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
SQLExec (Function)
Names and runs an SQL query.
fWrite (Example)
Usage example of the fWrite function
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
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....
Manager of automated tests
The test manager is used to......
8. Windows in practice
Discover the main actions that can be performed on the windows....
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.