ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDEnd (External language)
Ends a program that is using WINDEV.
Message (External language)
Displays a message in the status bar.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Open (External language)
Opens a window.
Project (External language)
Opens and runs a WINDEV project.
Get (External language)
Retrieves the value of a control.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
WavInit (External language)
Initializes the sound interpreter.
WavPlay (External language)
Plays the requested sound.
Style (External language)
Loads a style sheet.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
Typing multilingual texts
For a multilingual application, you have the ability to......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Page templates
WEBDEV allows you to create page templates......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
2. Examples and components provided with WEBDEV