ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
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....
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
The Flexbox control
Flexbox is a standard layout system for web pages......
11. External component
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
HFSQL: Change of name
<Image>.Copy (Function)
Copies an image to another image.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
dCopy (Function)
Copies an image to another image.
<Image variable>.Copy (Function)
Copies an image to another image.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
1. Testing a site: Elements to be tested
Limitations of WINDEV, WEBDEV and WINDEV Mobile