ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
iListPrinter (Function)
Returns the list of printers installed on the current computer.
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.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iParameter (Function)
Retrieves the printer configuration and configures the print.
XMLChild (Function)
Positions on the first child element of current element.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
iSkipLine (Function)
Forces one or more line break.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
iReportPrintingStatus (Function)
Returns the status of the current print.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
iPageEnd (Function)
Forces the move to the next page during the report print.
iLine (Function)
Prints a line at specified coordinates.
iHLine (Function)
Prints a horizontal line at specified coordinates.
XMLNext (Function)
Positions on the next element (tag or attribute).
iVLine (Function)
Prints a vertical line at specified coordinates.
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.