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.
iPrintZone (Example)
Usage example of the iPrintZone function
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
PDF file functions (prefix syntax)
PDF file functions...
fMemExist (Function)
Checks the existence of a shared memory zone.
RGB (Function)
Defines a color from its Red, Green and Blue components.
PDF file management functions
...PDF file functions...
iBorder (Example)
Usage example of the iBorder function
Project portfolio
From version 25, you can create "project portfolios"......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Creating the Table windows of the WINDEV RAD pattern
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
iPrintImage (Example)
Usage example of the iPrintImage function
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.