ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
End of break block
The End of break block is optional......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
2. Projects in practice
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
13. 3-Tier architecture
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
17. Project Management Hub
...Project Management Hub...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
".STY" file: "Style sheet" file
A style sheet is a "......
Query and project
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......