ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interface of WDInst
Handling Gantt Chart controls programmatically
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
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....
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Composite chart
A composite chart is a chart that displays several types of charts......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......