ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Pop (Function)
Pops an element from a stack.
Dequeue (Function)
Removes an element from the queue.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
DateToDay (Function)
Returns the day that corresponds to a given date.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
SaaSAdminModifyService (Function)
Modifies a SaaS service.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
MQTT functions
The following functions are used to manage MQTT clients...
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.