ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control functions
List of functions specific to Table controls
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice...
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
FAA: Automatic filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
11. Controls in practice
Discover the main characteristics of the controls...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
<docFragment variable>.InsertTable (Function)
Replaces the specified fragment with a table.
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
hbDeleteTable (Function)
Deletes an HBase table.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
9. Types of standard controls
Types of standard controls...
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......