ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a Looper control....
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Local procedure
Two types of procedures are available......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
iPrintReport (Function)
Prints a report created with the report editor.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Constants for managing Map controls
Constants for managing Map controls...
Constants for managing the windows
List of constants used by the functions for managing the windows...
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.