ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
HOnError (Example)
Usage example of the HOnError function
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
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.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
ThreadState (Function)
Returns the current status of a thread.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Bluetooth functions
List of Bluetooth functions...
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
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.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fMakeDir (Example)
Usage example of the fMakeDir function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function