ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
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...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
fAttribute (Function)
Returns or modifies the attributes of a file.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
BurnerList (Function)
Returns the list of burners installed on the current computer.
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
ZOrder (Example)
Usage example of the ZOrder property
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).