ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Chart>.Smoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Handling controls in a report
The different operations available for the report controls are as follows......
HTTPSendForm (Function)
Sends an HTTP form.
ERR_BAD_ACTION
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HTTPCreateForm (Function)
Creates an HTTP form.
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Style (External language)
Loads a style sheet.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......