ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
grTitle (Function)
Modifies the caption and/or position of the chart title....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
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....
BurnerCancel (Function)
Cancels the current burn process.
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.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
ThreadState (Function)
Returns the current status of a thread.
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....