ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Project tab
The project description window allows you to configure various elements of your project......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
PVTHeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
PVTSelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<Pivot table>.HeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.InsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.