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.
8. Associating controls with data
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
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....
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
AWP without UI
Bootstrap, Angular, React, Vue......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
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......
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.
ERR_NO_PAGE
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
Page (Property)
The Page property is used to handle a page.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
Validity period of site pages
When creating a page, a validity period can be defined for this page......
13. Print: Reports
WINDEV reports...