ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Creating a Pivot Table control
To create a Pivot Table control......
Pyramid charts
Pyramid charts allow you to view data in descending order......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Reorder the data displayed in your tables
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Error 2109: You are using the ObjectInfo function