ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Type and version of Web server
The configuration diagnostic displays the following error......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
<Pivot table>.Select (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
PVTSelect (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
8. If you are already familiar with WINDEV
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....