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.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
7. Multilingual sites in practice
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
EndService (Function)
Ends the execution of the current service.
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Constants for managing Gantt charts
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
2. WEBDEV administrator in practice
Conversion (Function)
Converts a value from a unit to another one.
AAF: Context menu of Image controls
A context menu is available for Image controls......
fCopyFile (Example)
Usage example of the fCopyFile function
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
TreeView Table control functions
List of functions for managing TreeView Table controls...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.