ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SendKey (Function)
Simulates the keystrokes and the mouse actions.
MemSeek (Example)
Usage example of the MemSeek function
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Kanban control events
The following events are associated with Kanban controls......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
EventClose (Function)
Closes a synchronization event between several threads.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
LinkColor (Function)
Modifies the color of links in the edit controls and in the Static controls.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.