ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableAddBeginning (Function)
Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change....
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic table......
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
8. 10 tips for better interfaces...
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
HtmlFormat (Property)
The HtmlFormat property is used to: find out whether an edit control accepts the input in HTML format. modify the input format of an edit control....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
Manipulating Organization Chart controls programmatically
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min...