ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Cell control field
Fonctions de gestion de l'exécution des commandes en mode console.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
The Cell control
The Cell control contains controls...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Constant
The constants are language elements whose value is fixed once and for all...
SMSSend (Function)
Sends an SMS.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
8. Optimizing an application
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
14. Managing the "Back" button in practice
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
OpenSister (Function)
Opens a non-modal sibling window.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
ToastDisplay (Function)
Displays a "Toast" message.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
List of reserved words
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......