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.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Creating the Vision pages of the WEBDEV RAD pattern
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
16. Java applications in practice
Java applications in practice...
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Creating a table in a report
Tables can be created in a report......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Creating the Vision windows of the WINDEV RAD pattern
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).