ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
2. Static or dynamic site
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Columns (Property)
The Columns property allows access: to the configuration of a table column in a Word Processing document (docTable variable). to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable)....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Discover all the possibilities of pivot tables
Programming the table cells
The Table controls can be handled......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
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......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
AAF: Sort/Search/Filter on the columns of Table controls
5. Which type of server to choose?
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Report editor: Available types of reports
Several types of reports can be created in the report editor......