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.
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
tapiAnswerCall (Function)
Answers an incoming call that was detected.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
20. Managing suggestions and incidents
Managing suggestions and incidents...
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
LinkColor (Function)
Modifies the color of links in the edit controls and in the Static controls.
Changing sites from AWP to SEO-ready session mode
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......