ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ThreadState (Function)
Returns the current status of a thread.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
ExeGetPID (Function)
Returns information about the current process.
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
LooperCount (Function)
Returns the number of rows in a Looper control.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
DotNetDelegate (Function)
Initializes a.NET delegate.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Thread functions
List of functions for managing threads...
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements in an Organization Chart control. Find out or modify the width of the cells in a Dashboard control....
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function