ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
fWriteLine (Example)
Usage example of the fWriteLine function
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Sum (Function)
Calculates the sum of the array elements.
Chart constants
List of constants used by the functions for chart management....
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
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.)....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
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....
8. Windows in practice
Discover the main actions that can be performed on the windows....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.