ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Report controls
Several types of controls can be handled in a report created by the report editor......
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.