ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
21 results for: Printed page
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
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).
iPageEnd (Function)
Forces the move to the next page during the report print.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Page Header block
The Page header block is printed on each new page......
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Page Footer block
The Page footer block is run at the end of each page......
23. Print modes
BackgroundImagePrinted (Property)
The property ImageFondImprimé allows you to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.