ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<Table>.RecNum (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.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<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.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Table,Col (External language)
Returns the current index of the column.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
NationToName (Function)
Returns the name of the language corresponding to a nation.
OCRAddLanguage (Function)
Adds a language to the native OCR system.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......