ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
iLine (Function)
Prints a line at specified coordinates.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
RegistryValueType (Function)
Returns the type of value found in the registry.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
xlsSave (Function)
Saves an XLS document.
AppInstallVersion (Function)
Installs a specific application version.
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.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
HTTPCreateForm (Function)
Creates an HTTP form.
Map control functions
Map control functions...
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
sEvent (Function)
Branches an event on a serial port.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.