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.
Message text file format
The text files created by WDMSG use a specific format......
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Materialized view
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
RegistryRename (Function)
Renames a key in the registry.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
grOrientation (Function)
Modifies the orientation of chart axes.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
iCloseReport (Function)
Stops printing the current report immediately.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
Visible (Property)
The Visible property is used to set the visibility of an element.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min