ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
fSelect (Function)
Opens the Windows file picker.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
CertificateSignString (Function)
Creates the signature of a character string.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Multimedia control properties
List of properties associated with the Multimedia control...
iPrintBlock (Function)
Forces a report block to print.
Upload control events
The following processes are associated with the Upload control:...
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
SilverLight control properties
List of properties associated with the SilverLight control...
NetworkConnect (Function)
Associates a drive with a shared network directory.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Color (Property)
The Color property is used to get and change the color of an element.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipDeleteAll (Function)
Deletes all files from an archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
11. Controls in practice
Discover the main characteristics of the controls...
dChord (Example)
Usage example of the dChord function