ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
fStopCompress (Example)
Usage example of the fStopCompress function
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
OCRExtractText (Function)
Reads the text contained in an image.
HAddGroup (Function)
Adds a group of users.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Compile (Example)
Usage example of the Compile function
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Type (Example)
Usage example of the Type property
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
FTPDate (Example)
Usage example of the FTPDate function
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
The Edit control
The Edit control allows users to enter data......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....