ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fFileName (Function)
Returns the name of an external file that is currently opened.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
MCI constants
List of constants used by the MCI functions....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
fDriveInfo (Function)
Returns information about a drive.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
LDAPRenameAttribute (Function)
Renames an attribute.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
Thread management functions
List of functions for managing threads...