ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
Combo Box control functions
List of functions for handling the Combo Box controls...
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
EmailLoadAttachment (Function)
Adds an attached file to an email.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on deployment diagrams
The following paragraphs explain......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeName (Function)
Modifies the physical name of a data file.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....