ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
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......
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
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.
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.
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.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
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.
Events associated with the Pivot Table control
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
RegistryCreateKey (Function)
Creates a key in the Windows registry.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Events associated with a Layout control
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.