ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
23. Print modes
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
The different types of windows
The following types of windows can be created in a WINDEV application......
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
Reports
A report provides a custom view of data......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Error 1021: The method of the class is not global
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Error 1012: The class member is not global: it cannot be accessed from a global method
iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
ErrorThrow (Function)
Throw a non-fatal error.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
1
2
3
4
5
6
313
>