ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
XMLSavePosition (Function)
Stores the current position in the XML document.
fWrite (Example)
Usage example of the fWrite function
MyBottomSlidingWindow (Reserved word)
The MyBottomSlidingWindow keyword is used to manipulate the bottom sliding window associated with the current window
Font set (WEBDEV website)
The browser support the most common fonts by default......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
SQLExec (Function)
Names and runs an SQL query.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
MemCreate (Function)
Creates a memory area.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the table.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
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....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.