ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
WEBDEV concepts
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
Events associated with Button controls
List of events associated with Button controls...
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......