ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
WDScript: use in command-line and console mode
Error 101: Declaration of global variable not allowed
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
WEBDEV 2025 Tutorial - Table of contents
Positions at the end of media file played in the Multimedia control.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Handling an internal component
An internal component is a set of elements from a project......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min