ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
fSelectDir (Function)
Opens a directory picker.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
fDir (Function)
Finds a file or directory.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
The "Find - Replace" pane
The "Find - Replace" pane is used to......
Including a supercontrol in a window or in a page
7. AJAX technology