ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Replication (Property)
The Replication property is used to: know the replication mode used for a table (table defined in the data model editor or programmatically defined). specify the replication mode used for a table (only for tables defined programmatically)....
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
GanttTimeDisplayed (Function)
Defines the time range displayed in a column of a Table or TreeView Table control of type Gantt Chart.
GanttAddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.AddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
<Gantt chart>.DateTimePosition (Function)
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
AutomaticTooltip (Property)
The AutomaticTooltip property enables or disables automatic tooltips on List Box, Table and TreeView Table controls.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
Unalterable (Property)
The property Unalterable property is used to set the inalterability of a table: the table cannot be modified; only additions can be made.