ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Programming the table cells
The Table controls can be handled......
<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.
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.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
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......
AAF: Sort/Search/Filter on the columns of Table controls
13. Types of standard controls
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
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....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
5. Which type of server to choose?
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Using a query with parameters
A query with parameters can be used......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Title (Property)
The Title property is used to get and change the title of an element.
Using the query result
The result of a select query can be used in......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
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.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......