ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Merging differences (SCM)
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Constants for SMS functions
List of constants used by the SMS functions....
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Creating a query
Two methods can be used to create a query......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.