ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Print: Reports
WINDEV reports...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Copying controls from the report editor
The controls can be copied from the report editor......
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
Programming custom calculations in Table controls
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Constants for external files
List of constants used by the functions for managing external files....
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
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....
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....