| |
iAreaHeight | Calculates the height of a fixed-width area required to print the entire text that uses the current font. |
iBorder | Prints a border at specified coordinates. |
iChangeSubReportSource | Modifies through programming the report associated with a sub-report in a composite report. |
iCloseReport | Stops printing the current report immediately. |
iColumnEnd | Forces a column break in a multi-column report. |
iColumnNum | Returns the number of the current column in a multi-column report. |
iConfigureReport | Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile). |
iCreateFont | Creates a new print font. |
iCurrentFile | Returns the name of the file currently generated. |
iDestination | Configures the print destination. |
iDidotFont | Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point. |
iDocumentCanceled | Used to find out whether the current print was canceled by the user. |
iDocumentPrinted | Determines whether the user printed the document from the report viewer. |
iEllipse | Prints an ellipse (in a rectangle). |
iEndPrinting | Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc. |
iEndReport | Forces the report print to stop. |
iEscape | Sends an ESCAPE command or a data command to a printer. |
iFont | Selects the default font. |
iForceComplement | Forces the printing of a Body Complement block. |
iGroupAdd | Adds a report to a group of reports. |
iGroupConfigure | Modifies the parameters of a report found in a group of reports. |
iGroupPrint | Starts printing a report found in a group of reports. |
iHLine | Prints a horizontal line at specified coordinates. |
iImageHeight | Calculates the height of the image to print (in millimeters). |
iImageWidth | Calculates the width of the image to print (in millimeters). |
iInfoPrinter | Retrieves the characteristics of the current or default printer. |
iInitReportQuery | Initializes the query linked to the report (for a query with parameters). |
iInitReportQueryConnection | Initializes the query linked to the report. |
iInitSubReport | Initializes the parameters of a subreport of a composite report. |
iLastFile | Returns: - the full name of the last file generated during the print (PDF, RTF, text, ...).
- the list of created duplicate files.
|
iLine | Prints a line at specified coordinates. |
iListNestedReports | 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).
|
iMargin | Defines the "logical" print margins. |
iMMToPica | Converts the coordinates of a point (expressed in millimeters) into system coordinates. |
iNestedHeaderFooter | Prints (or not) the page headers and footers of nested report. |
iNewLine | Prints a line (in Windows standard, with a rounded end) at specified coordinates. |
iPageEnd | Forces the move to the next page during the report print. |
iPageHeight | Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account. |
iPageHeightLeft | Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom). |
iPageNum | Returns or initializes the number of the page currently printed. |
iPageWidth | Calculates the width (in millimeters) of the printable page while taking the left or right margins into account. |
iParameter | Retrieves the printer configuration and configures the print. |
iParameterPDF | Defines the options for the generated PDF file. |
iParameterReport | Configures the printer by opening the configuration window. |
iPicaToMM | Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
iPrint | Sends the character string passed as parameter to the print buffer. |
iPrintArea | Prints a text in a rectangular area. |
iPrintBarCode | Prints a bar code (inside a rectangle). |
iPrintBlock | Forces a report block to print. |
iPrintBodyComplement | Forces a body complement block to print while specifying the height of complement block. |
iPrintImage | Sends the image file to print to the print buffer. |
iPrintingNation | Modifies the current language for the next print (programmed print or report print). |
iPrintReport | Prints a report created with the report editor. |
iPrintWord | Sends the character string passed in parameter to the print "buffer". |
iReportPrintingStatus | Returns the status of the current print. |
iReset | Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library. |
iResetNbPages | Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages". |
iRoundBorder | Prints a border with rounded outlines at specified coordinates. |
iSelectFont | Creates a new print font from the standard window for font selection... |
iSequencingAdd | Adds a report into a sequence of report prints. |
iSequencingPrint | Prints a sequence of reports. |
iSkipLine | Forces one or more line break. |
iSkipPage | Generates a page break: the corresponding code is sent to the printer queue. |
iSubstBlock | Substitutes one block of the report with another block while the report is printed. |
iTextHeight | Calculates the height of the font for the text to print (in millimeters). |
iTextWidth | Calculates the width (in millimeters) of the text to print, according to the specified font. |
iVLine | Prints a vertical line at specified coordinates. |
iWindowCancel | Configures the print cancel window.. |
iXPos | Used to manage the horizontal position (X-coordinate) of print cursor in the page. |
iYPos | Used to manage the vertical position (Y-coordinate) of print cursor in the page. |