ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<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.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Events associated with the Pivot Table control
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Events associated with a Spreadsheet control
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Copying controls from the window editor
The controls can be copied from the window editor......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
How to open a page?
14. Controls in practice
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
1
3
4
5
6
7
239
>