ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPrintReport (External language)
Prints a report created with the report editor.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
iHLine (Function)
Prints a horizontal line at specified coordinates.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
iVLine (Function)
Prints a vertical line at specified coordinates.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
<Report>.Print (Function)
Prints a report created with the report editor.
9. Internal page
6. Editing a page: zoning mode
Image control in a window
This help page presents the characteristics of an Image control found in a window...
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.