ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
KeyExpression (Example)
Usage example of the KeyExpression property
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
FTPSize (Example)
Usage example of the FTPSize function
HViewToFile (Example)
Usage example of the HViewToFile function
xlsData (Example)
Usage example of the xlsData function
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Replication management functions
Three types of replication are proposed......
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
fReadLine (Example)
Usage example of the fReadLine function