ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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...
fFileName (Function)
Returns the name of an external file that is currently opened.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
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.
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.
BurnerCancel (Function)
Cancels the current burn process.
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.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
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.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
ZOrder (Example)
Usage example of the ZOrder property