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.
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
Various WEBDEV constants
Various WEBDEV constants...
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Dockable Panel control functions
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
HTML Display control functions
List of functions for managing HTML Display controls...
Functions for managing RTF controls
List of functions for managing RTF controls...
Internal Report control properties
List of properties associated with the Internal Report control...
.Net Winform control properties
The following properties can be used with the.Net controls (WinForm) ......
Properties associated with tabs of Sidebar controls
List of properties associated with the tabs of Sidebar controls...
RTF control properties
List of properties associated with the RTF control...
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......