ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

14. Generation modes
Generation modes...
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
9. Generation modes
WINDEV Mobile includes different types of generation......
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
iCurrentFile (Function)
Returns the name of the file currently generated.
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
LooperCount (Function)
Returns the number of rows in a Looper control.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
XML management: Use example
This application example manages an XML file named "Orders......
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
API (Function)
Runs a function found in an external DLL.
iGroupConfigure (Function)
Modifies the parameters of a report found in a group of reports.
iGroupPrint (Function)
Starts printing a report found in a group of reports.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
13. Generation modes
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....