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.
<Scheduler>.ListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
ThumbnailImage (Property)
The ThumbnailImage property is used to: Get the image associated with an element of a ListView control. Change the thumbnail image associated with an element of a ListView control....
InternalReportName (Property)
The InternalReportName property is used to: Find out the name of the report printed in an "Internal Report" control. Change the report printed in an "Internal Report" control....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Creating an insert query
An insert query (corresponding SQL statement......
Scheduler report
The report editor allows you to create "Scheduler" reports....
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
6. Editing a page: zoning mode
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
"?" menu
WINDEV proposes a help menu adapted to your applications......