ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
12. Control templates
WINDEV Mobile allows you to create control templates....
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
14. Report templates
...Report templates are used to easily standardize report layouts....
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
<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.
InternalPage
The InternalPage property sets the name of the internal page to be used.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
9. Internal page
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
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)....