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.
Title (Property)
The Title property is used to get and change the title of an element.
GetDefinition (Function)
Retrieves the definition of element type.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Environment of the data model editor
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Code editor: Display options
The code editor proposes several display options......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
WEBDEV license agreement
WEBDEV license agreement...
Name (Property)
The Name property is used to get the name of an element.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
WinStatus (Function)
Identifies or modifies the window status.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Handling menu options programmatically
The menu options can be handled......