ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
<Pivot table>.CalculateAll (function)
Entirely calculates or recalculates a Pivot Table control.
<Table>.AddColumn (Function)
Adds elements on the right of an Horizontal Table control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Referring to an element in a WLanguage event / process
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
PVTSelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
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....
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.