ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HMode (Function)
Changes the mode and the method for locking data files.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
iPrintImage (Function)
Sends the image file to print to the print buffer.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
iPrintBlock (Function)
Forces a report block to print.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
iForceComplement (Function)
Forces the printing of a Body Complement block.